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>
This commit is contained in:
2026-08-27 13:37:40 +04:00
parent d18075925d
commit 496c447d9b
+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/