From c37d77a31d4e3b9d684565716628a8793882a163 Mon Sep 17 00:00:00 2001 From: tstone Date: Wed, 13 Jun 2012 23:05:12 -0600 Subject: [PATCH] Updated gitignore to ignore npm packages and debug log --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e43b0f9..0c3454b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .DS_Store +node_modules +npm-debug.log \ No newline at end of file