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:
parent
fe035a3008
commit
9e83993d7f
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
# npm
|
# npm
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
|
||||||
|
|
||||||
# Don't include the compiled main.js file in the repo.
|
# Don't include the compiled main.js file in the repo.
|
||||||
# They should be uploaded to GitHub releases instead.
|
# They should be uploaded to GitHub releases instead.
|
||||||
|
|
Loading…
Reference in New Issue