chore: exclude .claude/ worktree docs from Prettier formatting check
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

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 <noreply@anthropic.com>
This commit is contained in:
2026-03-15 12:57:00 -05:00
parent c73ed440de
commit d468e248c2

View File

@@ -4,3 +4,4 @@ pnpm-lock.yaml
**/node_modules **/node_modules
**/drizzle **/drizzle
**/.next **/.next
.claude/