소스 검색

Add ignore for npm install with prefix

gero3 5 년 전
부모
커밋
b757f656ff
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      .gitignore

+ 8 - 1
.gitignore

@@ -6,5 +6,12 @@
 npm-debug.log
 .jshintrc
 .vs/
-**/node_modules
+
+test/*
+!test/*/
+!test/*.*
+test/*.cmd
 test/unit/build
+
+
+**/node_modules