diff --git a/.prettierignore b/.prettierignore index 8dfdb61d78..707346b275 100644 --- a/.prettierignore +++ b/.prettierignore @@ -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