From 2abdfaf40c2d7ece8184ac6d2e10573995c2d4a6 Mon Sep 17 00:00:00 2001 From: domenic Date: Mon, 14 May 2012 19:14:16 -0400 Subject: [PATCH] Add npm-debug.log to .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b512c09..93f1361 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +npm-debug.log