From 85dab413dca22e10bc49a5a9eb1ed27740c7ad17 Mon Sep 17 00:00:00 2001 From: Edin Dazdarevic Date: Mon, 14 Nov 2016 12:04:30 +0100 Subject: [PATCH] Ignore npm-debug.log --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1315871..4376fcf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .DS_Store crawler/build +npm-debug.log