From 541e85287f1f6077581271e1de6ca1160dcf6968 Mon Sep 17 00:00:00 2001 From: Ankur Oberoi Date: Fri, 6 Jan 2012 00:30:03 -0500 Subject: [PATCH] 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) --- Node.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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