From 64b3291dd3d2b82c08a9dc21afbb42d795c7b131 Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Sun, 3 May 2026 09:37:13 +0200 Subject: [PATCH] chore: add additional entries to .prettierignore for planning, gitea, and tanstack --- .prettierignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 67c61ec..f32e19a 100644 --- a/.prettierignore +++ b/.prettierignore @@ -14,4 +14,6 @@ src/routeTree.gen.ts # Design handoff bundle — immutable source material from claude.ai/design. # Do not auto-format; preserve as-shipped for reference. TRM_Design_System-handoff - +.planning +.gitea +.tanstack \ No newline at end of file