Browse Source

ignore node_modules in git and docker build

Bret Fisher 5 years ago
parent
commit
4350dd6738
2 changed files with 3 additions and 1 deletions
  1. 2 1
      .gitignore
  2. 1 0
      result/.dockerignore

+ 2 - 1
.gitignore

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

+ 1 - 0
result/.dockerignore

@@ -0,0 +1 @@
+node_modules/