Forráskód Böngészése

gitignore: comment the items

So people do not remove it because that don't see why.
Herby Vojčík 4 éve
szülő
commit
f3d4386d4a
1 módosított fájl, 3 hozzáadás és 0 törlés
  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