From 790771901fd68d708ab62351a82a33dcd317e84b Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 9 Jan 2013 16:55:33 +0100 Subject: [PATCH] Add node_modules to gitignore Add the module folder to .gitignore. https://github.com/github/gitignore/blob/master/Node.gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 74612e3..e22cbc2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,8 @@ logs results npm-debug.log +node_modules data/blacklist.txt data/whitelist.txt -.rvmrc \ No newline at end of file +.rvmrc