Przeglądaj źródła

Add ignore for npm install with prefix

gero3 5 lat temu
rodzic
commit
b757f656ff
1 zmienionych plików z 8 dodań i 1 usunięć
  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