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

1
.gitignore vendored
View File

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

1
result/.dockerignore Normal file
View File

@ -0,0 +1 @@
node_modules/