From 41fc027150c1cfa9d8bc4dce9fd918f966a720bd Mon Sep 17 00:00:00 2001 From: Zachary Kain Date: Mon, 4 Mar 2013 17:31:33 -0500 Subject: [PATCH] add npm-debug.log to gitignore because DANG --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 029b274b27..01f730f678 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ node_modules *.swp .idea* config.json +npm-debug.log \ No newline at end of file