diff options
author | Stuart P. Bentley <stuart@testtrack4.com> | 2014-01-07 01:37:13 -0800 |
---|---|---|
committer | Stuart P. Bentley <stuart@testtrack4.com> | 2014-01-07 01:37:13 -0800 |
commit | 935e9b456077ad38e681aac78bfbe4dfbc2c1c13 (patch) | |
tree | d3020843992a5eaf1aa60aedebdb5145a5c71c62 /Node.gitignore | |
parent | d79a88b29f279d9b6614f790d1d2217350777b46 (diff) | |
download | gitignore-935e9b456077ad38e681aac78bfbe4dfbc2c1c13.tar.gz gitignore-935e9b456077ad38e681aac78bfbe4dfbc2c1c13.zip |
Clarify node_modules comment
Now linking to the official npm FAQ entry (with tl;dr) rather than straight to mikeal's blog post
Diffstat (limited to 'Node.gitignore')
-rw-r--r-- | Node.gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Node.gitignore b/Node.gitignore index 31237481..565755e9 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -23,6 +23,7 @@ lib-cov # Node-specific patterns -## You may want to comment this out in certain scenarios: -## see http://www.futurealoof.com/posts/nodemodules-in-git.html +## 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 |