瀏覽代碼

Merge pull request #139 from BretFisher/ignore-node-modules

ignore node_modules in git and docker build
Jenny Burcio 5 年之前
父節點
當前提交
e26e9759a4
共有 2 個文件被更改,包括 3 次插入1 次删除
  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/