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.
This commit is contained in:
Teknium 2026-07-29 20:23:45 -07:00
parent 6cf4bdd165
commit 0fe6a36e6e

4
.gitignore vendored
View file

@ -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