Skip to content

Commit 227733f

Browse files
authored
Merge pull request dockersamples#139 from BretFisher/ignore-node-modules
ignore node_modules in git and docker build
2 parents 27f901b + 5f30fc4 commit 227733f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
project.lock.json
33
bin/
44
obj/
5-
.vs/
5+
.vs/
6+
node_modules/

result/.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

0 commit comments

Comments
 (0)