From 5521a828aad4bb6c8d01c9fc652c46fa56586cda Mon Sep 17 00:00:00 2001 From: Josh Whaley Date: Wed, 13 Aug 2014 10:52:00 -0400 Subject: [PATCH] Update Node.gitignore Updated link for the dependency directory from [this](https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git) to [this](https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-). --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index a4af05a6..59d842ba 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -21,7 +21,7 @@ build/Release # Dependency directory # Commenting this out is preferred by some people, see -# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git +# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- node_modules # Users Environment Variables