update .gitignore to exclude package-lock.json
This commit is contained in:
parent
1259b5fcc8
commit
b7b29f9522
|
@ -2,6 +2,7 @@
|
|||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.package-lock.json
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue