From 6b2abec45fc2114636d65a9c892c406e1044369f Mon Sep 17 00:00:00 2001 From: JuanDMeGon Date: Tue, 18 Apr 2017 20:58:22 -0500 Subject: [PATCH] Ignore the npm debug log When an NPM run fails, is created a npm-debug.log file. This file can be ignored and should not be published on a Git based repository. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7deb0000..2a412292 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ /.vagrant Homestead.json Homestead.yaml +npm-debug.log .env