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:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Build output
|
||||
build/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Backup directories
|
||||
backup_*/
|
||||
Reference in New Issue
Block a user