فهرست منبع

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