remove `package-lock.json` from `.gitignore`

The lock files (from npm or yarn) MUST be under versioning so it's just wrong to add them to `.gitignore`
This commit is contained in:
Federico Granata 2022-01-21 15:01:06 +01:00 committed by GitHub
parent fe035a3008
commit 9e83993d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,7 +7,6 @@
# 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.