Remove package lock from git ignore #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "RemovePackageLockFromGitIgnore"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Your tooling is excellent
One small point: package-lock should be in the repo, for three reasons.
This PR removes package-lock from .gitignore. A subsequent PR will add an actual package lockfile, so that if you decide you want to do that yourself you can merge this, but if you don't want to be bothered you can just merge both.
Fixes codemirror/lang-example#15 (identical text)
Pull request closed