Преглед на файлове

add comments to gitignore

gero3 преди 5 години
родител
ревизия
9df4f89749
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

@@ -7,6 +7,12 @@ npm-debug.log
 .jshintrc
 .jshintrc
 .vs/
 .vs/
 
 
+# npm install --prefix test adds files in the test folder.
+# There are 2 kindsof files, those without extension and those with cmd extension.
+# To ignore files without a extension, following precedure is nessecary:
+# - ignore all files in the test folder
+# - unignore all files in subdirectories of the test folder
+# - unignore all files with an extension in the test folder
 test/*
 test/*
 !test/*/
 !test/*/
 !test/*.*
 !test/*.*