Dashboard › craft › Craft .prettierignore exclusions and why
019f844d-f573-7add-b097-f4dbc55774e8| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 2 | 2d ago |
| cli | 1 | 6d ago |
getsentry/craft's .prettierignore excludes: coverage/, dist/, node_modules/, pnpm-lock.yaml, temp_*/, docs/, CHANGELOG.md, AGENTS.md. CHANGELOG.md is auto-generated from PR descriptions by release tooling and its markdown (e.g. literal _* sequences from release-note titles) doesn't always conform to prettier's escaping preferences — excluding it avoids reformatting churn on every release cut. AGENTS.md is auto-managed by the opencode-lore daemon (https://github.com/BYK/loreai), not prettier — see [[019db190-ac29-7350-ba2f-a4471600c753]]. Don't propose removing these exclusions to 'fix' formatting inconsistencies — they're intentional.