Last active
January 17, 2025 00:47
-
-
Save nickserv/d1e10e3f5fbc4b393ffdd308b0a6ba76 to your computer and use it in GitHub Desktop.
Ignore lockfiles (which are already formatted by package managers) in Prettier to reduce churn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# JavaScript | |
**/bun.lock | |
**/package-lock.json | |
**/pnpm-lock.yaml | |
**/yarn.lock | |
# Ruby | |
**/Gemfile.lock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suggestions are welcome! However, I don't plan on including files that aren't natively recognized by Prettier (like
Cargo.lock
) yet.