소스 검색

ignore node_modules in git and docker build

Bret Fisher 5 년 전
부모
커밋
4350dd6738
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/