Skip to content

Instantly share code, notes, and snippets.

@nickserv
Last active January 17, 2025 00:47
Show Gist options
  • Save nickserv/d1e10e3f5fbc4b393ffdd308b0a6ba76 to your computer and use it in GitHub Desktop.
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
# JavaScript
**/bun.lock
**/package-lock.json
**/pnpm-lock.yaml
**/yarn.lock
# Ruby
**/Gemfile.lock
@nickserv
Copy link
Author

Suggestions are welcome! However, I don't plan on including files that aren't natively recognized by Prettier (like Cargo.lock) yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment