浏览代码

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-).
Josh Whaley 10 年之前
父节点
当前提交
5521a828aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Node.gitignore

+ 1 - 1
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