Fix build

This commit is contained in:
Paul Merlin 2020-06-13 13:00:27 +02:00
parent ab09ae8fad
commit bad0f7d376
4 changed files with 26624 additions and 9 deletions

17
.gitignore vendored
View file

@ -1,10 +1,6 @@
lib/
# Dependency directory
node_modules
.idea
*.iml
__tests__/runner/*
# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
# Logs
logs
@ -93,3 +89,14 @@ typings/
# DynamoDB Local files
.dynamodb/
# OS metadata
.DS_Store
Thumbs.db
# Ignore built ts files
__tests__/runner/*
lib/**/*
.idea/
*.iml