chore: ignore package-lock.json
This commit is contained in:
parent
9a3e453143
commit
97223ddf51
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,6 +2,8 @@ dist/
|
|||
.web-extension-id
|
||||
node_modules/
|
||||
.env
|
||||
# Lockfile is ignored per maintainer choice
|
||||
package-lock.json
|
||||
# Ignore all release artifacts except updates.json (tracked)
|
||||
releases/*
|
||||
!releases/updates.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue