Browse Source

gitignore: comment the items

So people do not remove it because that don't see why.
Herby Vojčík 4 years ago
parent
commit
f3d4386d4a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      grunt-init-project/root/gitignore-file

+ 3 - 0
grunt-init-project/root/gitignore-file

@@ -1,7 +1,10 @@
+#Dependencies defined in `package.json` got via `npm install`
 /node_modules/
 
+#Generated when running tests from cli via `npm test` / `grunt test`
 /test_runner.js
 
+#Generated when `grunt devel`, `grunt deploy` or `grunt deploy:lambda`
 /config.js
 /the.js
 /lambda/the.js