From 0d1bb213981c4d7c0e17dbf0adb7076a4626121b Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 28 Jan 2016 10:14:09 -0800 Subject: [PATCH] add npm-debug.log to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aba55e682e..66cc70dc37 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ lib/browser/diff.js *.iml *.patch *.diff +npm-debug.log*