From d468e248c28b8934340d6aa884fdf14bc59be60f Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Sun, 15 Mar 2026 12:57:00 -0500 Subject: [PATCH] chore: exclude .claude/ worktree docs from Prettier formatting check The .claude/worktrees/ directory contains auto-generated markdown reports from the QA automation system that are not authored code and should not be subject to Prettier style enforcement. Co-Authored-By: Claude Sonnet 4.6 --- .prettierignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.prettierignore b/.prettierignore index f5ddb7b..dddb198 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,3 +4,4 @@ pnpm-lock.yaml **/node_modules **/drizzle **/.next +.claude/