1
0
Prechádzať zdrojové kódy

gitignore: comment the items

So people do not remove it because that don't see why.
Herby Vojčík 4 rokov pred
rodič
commit
f3d4386d4a
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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