Remove large binaries (fonts, tarballs) from version control

Untrack *.woff2 (~13MB) and *.tar.gz snapshots (~4.5MB); add to .gitignore.
Files remain on disk, just no longer tracked.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-23 19:37:20 +08:00
parent fa22fe8f7a
commit a0b1486b56
7 changed files with 10 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# 大型二進位檔
*.woff2
*.tar.gz
# 備份檔
*_BACKUP_*
*.ORIG-BACKUP_*
# Caddy 狀態
caddy/caddy_data/