From 2a3226976d6a761b9fe95562c63e1a9e75f1b0d8 Mon Sep 17 00:00:00 2001 From: Zhang Chengdong Date: Sat, 12 Sep 2026 23:07:04 +0800 Subject: [PATCH] chore(gitignore): ignore regenerated archify browser-evidence artifacts `archify visual-check` rewrites its screenshots and contact sheet on every run, so keep those bytes out of the tree and commit the *.visual-check.json receipt that holds the measurements. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 4ed3edc..21573f3 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,12 @@ npm-debug.log* # public engine repo (see the IP boundary in CLAUDE.md) docs/business/ +# Archify evidence screenshots and their contact sheets: `archify visual-check` +# regenerates these on every run, so ignore the bytes and commit the +# *.visual-check.json receipt that holds the measurements. +docs/archify/*.png +docs/archify/*.visual-check.html + # CodeGraph data directories (in test projects) .codegraph/