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:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# 大型二進位檔
|
||||||
|
*.woff2
|
||||||
|
*.tar.gz
|
||||||
|
|
||||||
|
# 備份檔
|
||||||
|
*_BACKUP_*
|
||||||
|
*.ORIG-BACKUP_*
|
||||||
|
|
||||||
|
# Caddy 狀態
|
||||||
|
caddy/caddy_data/
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user