mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-02-14 10:19:52 +00:00
ignore node_modules in git and docker build
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ project.lock.json
|
||||
bin/
|
||||
obj/
|
||||
.vs/
|
||||
node_modules/
|
||||
|
||||
1
result/.dockerignore
Normal file
1
result/.dockerignore
Normal file
@@ -0,0 +1 @@
|
||||
node_modules/
|
||||
Reference in New Issue
Block a user