Files
real-e-party-iOS/.gitignore
edwinQQQ d9bc6c3380 chore: Exclude Assets.xcassets from Git tracking
- Simplified .gitignore to exclude entire Assets.xcassets directory
- Removed 2405 asset files from Git tracking
- Assets are kept locally for development
- Reduced repository size by ~30 MB
- Assets should be distributed separately (cloud storage, CDN, etc.)
2025-10-09 16:35:52 +08:00

16 lines
246 B
Plaintext

# CocoaPods
Pods/
# Large resource directories
YuMi/Library/
YuMi/Resources/
# Xcode user state
*.xcuserstate
*.xcworkspace/xcuserdata/
*.xcodeproj/xcuserdata/
DerivedData/
# Assets (distributed separately, kept locally)
YuMi/Assets.xcassets/