Explorar o código

ignore node_modules in git and docker build

Bret Fisher %!s(int64=5) %!d(string=hai) anos
pai
achega
4350dd6738
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  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/