From 1ff5d088e5bb32db09650db711c5c854c7fcf62a Mon Sep 17 00:00:00 2001 From: Ru Chern Date: Wed, 24 Aug 2016 03:55:45 +1000 Subject: [PATCH] Added npm-debug.log to .gitignore. We do not need to push logs to the repo. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 460250b..edeeec9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ scripts/ logs/ data/ cfg.js +npm-debug.log