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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,4 +7,5 @@
|
|||||||
/.vagrant
|
/.vagrant
|
||||||
Homestead.json
|
Homestead.json
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
|
npm-debug.log
|
||||||
.env
|
.env
|
||||||
|
|||||||
Reference in New Issue
Block a user