.gitignore: Don't ignore package-lock.json

From https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json:
"This file is intended to be committed into source repositories..."
This commit is contained in:
PoweredByPie 2023-06-03 12:03:23 -07:00
parent e79ff0950c
commit 95c1109af0
2 changed files with 2801 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
# npm
node_modules
package-lock.json
# secrets
.env

2801
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff