fix: correct path for package-lock.json in .gitignore
This commit is contained in:
parent
b7b29f9522
commit
13ef95945b
|
@ -2,7 +2,7 @@
|
|||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.package-lock.json
|
||||
/package-lock.json
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
|
|
Loading…
Reference in New Issue