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:
parent
b699ffabce
commit
6b2abec45f
|
@ -7,4 +7,5 @@
|
||||||
/.vagrant
|
/.vagrant
|
||||||
Homestead.json
|
Homestead.json
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
|
npm-debug.log
|
||||||
.env
|
.env
|
||||||
|
|
Loading…
Reference in New Issue