From 222c2a4b13e54383882fa71f9dbfa95bad58719e Mon Sep 17 00:00:00 2001 From: Martin Probst Date: Tue, 7 Oct 2014 16:23:35 -0700 Subject: [PATCH] chore(git): Add npm-debug.log to gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3c3629e..93f1361 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +npm-debug.log