From 496c447d9bbc31a7d555a92857bd0e6f76143457 Mon Sep 17 00:00:00 2001 From: claude Date: Thu, 27 Aug 2026 13:37:40 +0400 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8169a110..fb9f0afe 100644 --- a/.gitignore +++ b/.gitignore @@ -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/