gero3 5 vuotta sitten
vanhempi
commit
08bac6a468
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      .gitignore

+ 3 - 3
.gitignore

@@ -7,9 +7,9 @@ npm-debug.log
 .jshintrc
 .vs/
 
-# npm install --prefix test adds files in the test folder (https://docs.npmjs.com/configuring-npm/folders.html#executables).
-# There are 2 kindsof files, those without extension and those with cmd extension.
-# To ignore files without a extension, following precedure is nessecary:
+# The command'npm install --prefix test' adds files in the test folder (https://docs.npmjs.com/configuring-npm/folders.html#executables).
+# There are 2 kinds of files, those without extension and those with cmd extension.
+# To ignore files without a extension, following procedure 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