Add package-lock to ignore
This commit is contained in:
parent
455103a330
commit
c8a8d29d63
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,4 +10,5 @@ test/fixtures/*.json
|
||||||
node_modules/
|
node_modules/
|
||||||
node_modules/*
|
node_modules/*
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
package-lock.json
|
||||||
coverage
|
coverage
|
Loading…
Reference in a new issue