From 49de67aedfe182cc1033cdfb7be25ff0688cbc4c Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 11 Apr 2016 03:41:38 +0200 Subject: [PATCH] Ignore debug log --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d3f11de..0059898 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ # https://help.github.com/articles/ignoring-files # Example .gitignore files: https://github.com/github/gitignore /bower_components/ -/node_modules/ \ No newline at end of file +/node_modules/ +/npm-debug.log