From 935e9b456077ad38e681aac78bfbe4dfbc2c1c13 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Tue, 7 Jan 2014 01:37:13 -0800 Subject: [PATCH] Clarify node_modules comment Now linking to the official npm FAQ entry (with tl;dr) rather than straight to mikeal's blog post --- Node.gitignore | 5 +++-- 1 file 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