chore(visual): gitignore snapshot baselines; sync workplan task IDs

Visual baselines are large binary test artifacts; keep them out of the repo.
They stay on disk locally (regenerate with `pnpm test:visual:update`); the
infra fixes that make rendering deterministic remain committed. Also folds in
the state_hub_task_id writeback from `make fix-consistency`.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-27 11:19:29 +02:00
parent 0f96736bb7
commit 92877c4a65
8 changed files with 13 additions and 5 deletions

3
.gitignore vendored
View File

@@ -7,6 +7,9 @@ dist
playwright-report
test-results
/tests/visual/**/__diff__
# Visual baselines are generated locally, not committed (large binary test
# artifacts). Run `pnpm test:visual:update` to (re)generate before diffing.
/tests/visual/**/*-snapshots/
# Python (scripts/check_designbook_staleness.py)
__pycache__