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:
@@ -82,3 +82,6 @@ apps/server/logs/
|
|||||||
# local QA scratch workspace (nested git repo)
|
# local QA scratch workspace (nested git repo)
|
||||||
/qa/
|
/qa/
|
||||||
testing/integration/logs/
|
testing/integration/logs/
|
||||||
|
|
||||||
|
# web-UI QA client (untracked Vite app)
|
||||||
|
frontend/
|
||||||
|
|||||||
Reference in New Issue
Block a user