DashboardcraftCraft .prettierignore exclusions and why

Craft .prettierignore exclusions and why

Category: architecture
Confidence: 0.90
ID: 019f844d-f573-7add-b097-f4dbc55774e8
Project ID: e16af391-c497-4837-b681-c849a5514499
Cross-project: No
Recalled in other projects: 2
Source session: 0goKXKlJTHOVwC4wG
Created: 2026-07-21 10:52:09
Updated: 2026-07-21 10:52:09

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 2 2d ago
cli 1 6d ago

Content

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.

Move to: