From d5538b707628937b78a054ce3a6692e640e66a4b Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Mon, 29 Sep 2014 23:49:12 -0700 Subject: [PATCH] updated .gitignore to include npm-debug.log --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6f19b35a..f2c38286 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ Desktop.ini # IntelliJ IDEA files *.iml .idea +npm-debug.log