Remove large binary files and build outputs

- Remove .NET DLLs, fonts, media files >1MB
- Add large binary patterns to .gitignore
- Keep source code only
This commit is contained in:
hmo
2026-04-26 19:32:58 +08:00
parent 04db423416
commit e72b231df9
43 changed files with 23 additions and 324 deletions
+23
View File
@@ -38,3 +38,26 @@ htmlcov/
# Temp files
temp/
*.tmp
# Large binaries and build outputs
*.dll
*.exe
*.so
*.dylib
*.ttf
*.otf
*.png
*.jpg
*.jpeg
*.mp3
*.mp4
*.avi
*.mov
*.mkv
# Build outputs
bin/
obj/
build/
dotnet/**/bin/
dotnet/**/obj/