add package-lock.json to .gitignore

This commit is contained in:
Xaver Wenhart 2025-01-25 09:20:16 +01:00 committed by GitHub
parent ee04e2f81f
commit 9bab8715da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
# npm
node_modules
package-lock.json
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.