Browse Source

Add ignore for npm install with prefix

gero3 5 năm trước cách đây
mục cha
commit
b757f656ff
1 tập tin đã thay đổi với 8 bổ sung1 xóa
  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