diff options
author | cheddar <cheddar@users.noreply.github.com> | 2014-04-04 10:05:58 -0500 |
---|---|---|
committer | cheddar <cheddar@users.noreply.github.com> | 2014-04-04 10:05:58 -0500 |
commit | 4d30a45c9e96a07fc2af0d299dbfcd64d38a1ee9 (patch) | |
tree | 1db9a0410be1ac74a44a6376520ee0f68faa699e /Node.gitignore | |
parent | 1ee8dd15d6aa5adbdd7f575143c6be4dc5dea56b (diff) | |
download | gitignore-4d30a45c9e96a07fc2af0d299dbfcd64d38a1ee9.tar.gz gitignore-4d30a45c9e96a07fc2af0d299dbfcd64d38a1ee9.zip |
Remove opinion from Node.js .gitignore file
This is a PR to remove the opinionated lines from the Node.js .gitignore file.
I do not believe that Github's pre-baked .gitignore files should be promulgating opinions, especially in a community that is as fresh as the Node.js community. Questions of what should be checked in should be a decision made on an organization-by-organization basis, or left up to the individual. Github's inclusion of opinion in these files puts unnecessary authority behind that opinion, which can have the negative side-effect of people following without thinking.
Diffstat (limited to 'Node.gitignore')
-rw-r--r-- | Node.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Node.gitignore b/Node.gitignore index da23d0d4..336f730c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -20,6 +20,4 @@ coverage build/Release # Dependency directory -# Deployed apps should consider commenting this line out: -# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git node_modules |