From 570c2e26d74301aa19cb5aa2b5f0d73e9bca59d1 Mon Sep 17 00:00:00 2001 From: Jarrett Cruger Date: Thu, 16 May 2013 04:40:29 -0400 Subject: [PATCH] [minor fix] added node_modules to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e81879f..96ef73c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ logs results npm-debug.log -test/fixtures/*.tgz \ No newline at end of file +node_modules +test/fixtures/*.tgz