Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions .prettierignore
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,6 +2,10 @@ node_modules
.turbo
dist
coverage
# Generated by `astro check` / `astro sync` (git-ignored). Without this, any
# machine that has run `pnpm run check` fails the later `pnpm run format` in
# `pnpm run ci`; CI only passes it because its checkout is still fresh.
apps/site/.astro
*.tsbuildinfo
.env
.env.local
Expand Down
Loading
Loading