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
9 changes: 9 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ packages/testing/config
# Ignore fixture projects
/__fixtures__

# Ignore files ignored by nested .gitignore
# prettier doesn't support this:
# https://github.com/prettier/prettier/issues/4081
# oxc-format does though, so we can remove this if/when we switch over
# https://github.com/oxc-project/oxc/pull/17352
/test-project/.redwood/
/test-project/api/types/graphql.d.ts
/test-project/web/types/graphql.d.ts

# Ignore the certain files in /docs
/docs/.docusaurus
/docs/build
Expand Down
Loading