1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 16:58:25 +02:00

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-).
This commit is contained in:
Josh Whaley 2014-08-13 10:52:00 -04:00
parent eb512c76bf
commit 5521a828aa

View File

@ -21,7 +21,7 @@ build/Release
# Dependency directory # Dependency directory
# Commenting this out is preferred by some people, see # 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 node_modules
# Users Environment Variables # Users Environment Variables