From 1bea1b2ac49a4fd04ea5be24f0706a8706615fb2 Mon Sep 17 00:00:00 2001 From: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:09:01 +0100 Subject: [PATCH] add more temp excludes to prettier --- .prettierignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.prettierignore b/.prettierignore index 1c426cc7ca13..bead080779f1 100644 --- a/.prettierignore +++ b/.prettierignore @@ -9,3 +9,14 @@ docs/ # Ignore the .nx directory /.nx + +# TODO(jgmw): Is this too broad? +# Ignore test fixtures +**/__testfixtures__ +**/__tests__/fixtures + +# TODO(jgmw): Re-enable these in managable chunks +tasks +.github +.changesets +packages/create-redwood-app/tests/e2e_prompts*