Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
dist/
.astro/
node_modules/
# Per-session git worktrees live here. They hold a second copy of the whole
# tree, so prettier reads every ignored path again under a prefix that no
# other rule below matches -- `src/content/` does not cover
# `.claude/worktrees/<name>/src/content/`. Absent in CI, so this only ever
# reddened `format:check` for someone running the worktree workflow locally.
.claude/worktrees/
coverage/
playwright-report/
test-results/
Expand Down
Loading