Update typescript template to follow some conventions (#42)

* Update default project to follow conventions
This commit is contained in:
Ross Brodbeck
2019-12-06 14:22:35 -05:00
committed by GitHub
parent 752ef589a8
commit 9cdc5b327a
16 changed files with 2823 additions and 1238 deletions

14
.gitignore vendored
View File

@ -1,7 +1,5 @@
__tests__/runner/*
# comment out in distribution branches
node_modules/
# Dependency directory
node_modules
# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
# Logs
@ -91,3 +89,11 @@ typings/
# DynamoDB Local files
.dynamodb/
# OS metadata
.DS_Store
Thumbs.db
# Ignore built ts files
__tests__/runner/*
lib/**/*