From 0fe6a36e6e34fdaf42292f2cf6cdffe7e0098fcc Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:23:45 -0700 Subject: [PATCH] chore: gitignore the .lazy-refresh-incomplete runtime marker Companion to the #72002 salvage: the marker was accidentally committed once (3a69e34702) and the guard now prevents test runs from writing it; ignoring it prevents any future accidental re-commit. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index cd05306af00..55a2ab8aade 100644 --- a/.gitignore +++ b/.gitignore @@ -190,3 +190,7 @@ infographics/ infograficos/ infografico/ native/fts5_cjk/*.so +# Runtime marker written by hermes update when a lazy dependency refresh is +# interrupted; consumed by launch-time recovery. Never commit it (was tracked +# by accident via 3a69e34702, removed in the #72002 salvage). +.lazy-refresh-incomplete