Make git ignore npm-debug.log (#896)
This commit is contained in:
parent
54882679c1
commit
8da5b955d6
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
|||
node_modules/
|
||||
build/
|
||||
dist/
|
||||
npm-debug.log.*
|
||||
npm-debug.log*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue