Remove build directory from version control and add to .gitignore

The build directory contains temporary build artifacts that are
regenerated by build_xcframework.sh and upgrade_framework.sh scripts.
These files should not be tracked in version control.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zj
2025-11-28 18:00:49 +08:00
parent 33f24003d9
commit 37da4172fb
413 changed files with 8 additions and 4426 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Build output
build/
# macOS
.DS_Store
# Backup directories
backup_*/