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>
21 lines
378 B
Plaintext
21 lines
378 B
Plaintext
node_modules
|
|
dist
|
|
.DS_Store
|
|
*.log
|
|
|
|
# Playwright
|
|
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__
|
|
*.pyc
|
|
|
|
# Editor
|
|
.vscode
|
|
.idea
|