feat: migrate AI_VoiceOverData_Vanilla MP3s to Git LFS
release / release (push) Successful in 4s

Voice data (9,555 MP3s, ~1.2 GiB) was tracked as plain git blobs,
bloating .git to 1.1 GiB per clone. Migrated to LFS so clones drop to
single-digit MiB; the actual MP3 bytes live once on Gitea LFS storage
(/srv/gitea/data/lfs on git03), fetched on demand via 'git lfs pull'.

Also marks *.mp3 export-ignore so 'git archive' (and the release
workflow's build_zip.sh) skips them — release zips will contain the
addon framework + lookup tables only, never the binary data. Voice
files distributed separately (TBD).
This commit is contained in:
2026-05-25 13:18:08 +02:00
parent 3d3a922dd9
commit 761faae363
9556 changed files with 28666 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
* -text
*.mp3 filter=lfs diff=lfs merge=lfs -text export-ignore