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:
parent
0f96736bb7
commit
92877c4a65
8 changed files with 13 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue