fix(ci): commit generated font data for regression tests

The regression CI runs the producer source directly via tsx (not the
bundled CLI), so it needs fontData.generated.ts to exist at import
time. Remove from .gitignore and commit the generated file.

Mark as linguist-generated in .gitattributes so GitHub collapses it
in PR diffs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
James
2026-03-26 21:22:32 +00:00
co-authored by Claude Opus 4.6
parent c926985b63
commit 879a1a1ae5
3 changed files with 107 additions and 3 deletions
+3
View File
@@ -1,2 +1,5 @@
# Generated font data (collapse in GitHub PR diffs)
packages/producer/src/services/fontData.generated.ts linguist-generated=true
# Golden baseline videos for regression tests
packages/producer/tests/*/output/output.mp4 filter=lfs diff=lfs merge=lfs -text