From e3638083826fcf58b29f2c57a0349102f31b41aa Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Wed, 2 Oct 2013 23:25:42 +0100 Subject: [PATCH] Ignore npm-debug.log --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b512c09..5171c54 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +npm-debug.log \ No newline at end of file