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.
This commit is contained in:
JuanDMeGon 2017-04-18 20:58:22 -05:00 committed by GitHub
parent b699ffabce
commit 6b2abec45f

1
.gitignore vendored
View File

@ -7,4 +7,5 @@
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
.env