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.
This commit is contained in:
@@ -52,6 +52,12 @@ npm-debug.log*
|
|||||||
# public engine repo (see the IP boundary in CLAUDE.md)
|
# public engine repo (see the IP boundary in CLAUDE.md)
|
||||||
docs/business/
|
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 data directories (in test projects)
|
||||||
.codegraph/
|
.codegraph/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user