From: Ankur Oberoi Date: Fri, 6 Jan 2012 05:30:03 +0000 (-0500) Subject: checking in the node_modules dir is best practice for app developers X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F235%2Fhead;p=gitignore.git checking in the node_modules dir is best practice for app developers according to the community since recent changes. see: http://www.mikealrogers.com/posts/nodemodules-in-git.html by @mikeal (cherry picked from commit 44b47ec5bd0222ccf55efe5bcdb8bd3c55271803) --- diff --git a/Node.gitignore b/Node.gitignore index 7dccd970..f356293e 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -11,5 +11,4 @@ pids logs results -node_modules -npm-debug.log \ No newline at end of file +npm-debug.log