Should we update gitignore to ignore pnpm-lock file? #2014
mayank1513
started this conversation in
Polls
Replies: 1 comment 2 replies
-
Thanks for opening up a discussion! Yeah, it already ignores |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's good to have only one lock file. Some devs may be using different package managers. npm-lock is already ignored in the .gitignore. However, pnpm-lock.yaml is not ignored. No need to track this file.
218 votes ·
Beta Was this translation helpful? Give feedback.
All reactions