浏览代码

Clarify node_modules comment

Now linking to the official npm FAQ entry (with tl;dr) rather than straight to mikeal's blog post
Stuart P. Bentley 11 年之前
父节点
当前提交
935e9b4560
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      Node.gitignore

+ 3 - 2
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