From ccaa4b1514ecfc8ecbfe352e66ee89ab11ae2ba9 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Tue, 8 Mar 2016 21:50:15 +0100 Subject: [PATCH] Ignore NPM debug logs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d3f11de..4bef06d 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 \ No newline at end of file