1 Commits

Author SHA1 Message Date
claude 496c447d9b chore: ignore frontend/, the untracked Vite QA client
The web-UI QA app at the repo root is a live-QA surface, not a tracked module. Without the rule
every run of the experiment or the stack leaves the working tree dirty, which blocks the PR helper.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-27 13:37:40 +04:00
+3
View File
@@ -82,3 +82,6 @@ apps/server/logs/
# local QA scratch workspace (nested git repo)
/qa/
testing/integration/logs/
# web-UI QA client (untracked Vite app)
frontend/