diff options
author | Josh Whaley <joreyaesh@users.noreply.github.com> | 2014-08-13 10:52:00 -0400 |
---|---|---|
committer | Josh Whaley <joreyaesh@users.noreply.github.com> | 2014-08-13 10:52:00 -0400 |
commit | 5521a828aad4bb6c8d01c9fc652c46fa56586cda (patch) | |
tree | 0a7e9abf536d5998857cdeffe03464fe204e8607 /Node.gitignore | |
parent | eb512c76bfc82835129a5891ef6e85ac498945d7 (diff) | |
download | gitignore-5521a828aad4bb6c8d01c9fc652c46fa56586cda.tar.gz gitignore-5521a828aad4bb6c8d01c9fc652c46fa56586cda.zip |
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-).
Diffstat (limited to 'Node.gitignore')
-rw-r--r-- | Node.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
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 |