From cca2276115ee18aae39e32618605bd289ecba351 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Tue, 21 Jul 2026 05:44:11 -0700 Subject: [PATCH] chore(git): ignore the web UI build lock file The cross-process build flock (.web_ui_build.lock at the repo root) is an empty coordination file created on first dashboard boot; it must never be tracked or show up as untracked noise. Also keeps it out of the content-hash staleness digest, which skips gitignored paths. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c4fb20049ea4..d440702c2897 100644 --- a/.gitignore +++ b/.gitignore @@ -72,6 +72,8 @@ environments/benchmarks/evals/ # Web UI build output hermes_cli/web_dist/ +# Cross-process web UI build lock (flock target, always empty) +.web_ui_build.lock apps/desktop/build/ apps/desktop/dist/