This website works better with JavaScript
Home
Explore
Help
Sign In
torabkheslat
/
example-voting-app
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
ignore node_modules in git and docker build
Bret Fisher
5 years ago
parent
1cea6e5bb0
commit
4350dd6738
2 changed files
with
3 additions
and
1 deletions
Split View
Show Diff Stats
2
1
.gitignore
1
0
result/.dockerignore
+ 2
- 1
.gitignore
View File
@@ -2,4 +2,5 @@
project.lock.json
bin/
obj/
-.vs/
+.vs/
+node_modules/
+ 1
- 0
result/.dockerignore
View File
@@ -0,0 +1 @@
+node_modules/