Merge branch 'master' into releases/v1

This commit is contained in:
Paul Merlin 2020-06-13 16:33:57 +02:00
commit 36d51a403a
33 changed files with 5555 additions and 2717 deletions

15
.gitignore vendored
View file

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