ignore node_modules in git and docker build

This commit is contained in:
Bret Fisher 2019-08-25 15:17:56 -04:00
parent 1cea6e5bb0
commit 4350dd6738
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

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

1
result/.dockerignore Normal file
View File

@ -0,0 +1 @@
node_modules/