Merge pull request #139 from BretFisher/ignore-node-modules

ignore node_modules in git and docker build
This commit is contained in:
Jenny Burcio 2019-08-27 12:14:02 -07:00 committed by GitHub
commit e26e9759a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ project.lock.json
bin/
obj/
.vs/
node_modules/

1
result/.dockerignore Normal file
View File

@ -0,0 +1 @@
node_modules/