Merge pull request #139 from BretFisher/ignore-node-modules
ignore node_modules in git and docker build
This commit is contained in:
commit
e26e9759a4
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@
|
||||
project.lock.json
|
||||
bin/
|
||||
obj/
|
||||
.vs/
|
||||
.vs/
|
||||
node_modules/
|
||||
|
1
result/.dockerignore
Normal file
1
result/.dockerignore
Normal file
@ -0,0 +1 @@
|
||||
node_modules/
|
Loading…
Reference in New Issue
Block a user