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.)
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -11,18 +11,5 @@ YuMi/Resources/
|
||||
*.xcodeproj/xcuserdata/
|
||||
DerivedData/
|
||||
|
||||
# Old version assets (likely deprecated)
|
||||
YuMi/Assets.xcassets/1.0.15/
|
||||
YuMi/Assets.xcassets/1.0.16/
|
||||
YuMi/Assets.xcassets/1.0.17/
|
||||
YuMi/Assets.xcassets/1.0.18/
|
||||
YuMi/Assets.xcassets/1.0.30/
|
||||
YuMi/Assets.xcassets/1.0.31/
|
||||
YuMi/Assets.xcassets/1.0.34/
|
||||
YuMi/Assets.xcassets/20.20.50/
|
||||
YuMi/Assets.xcassets/20.20.51/
|
||||
YuMi/Assets.xcassets/20.20.54/
|
||||
YuMi/Assets.xcassets/20.20.56/
|
||||
YuMi/Assets.xcassets/20.20.59/
|
||||
YuMi/Assets.xcassets/20.20.61/
|
||||
YuMi/Assets.xcassets/20.20.62/
|
||||
# Assets (distributed separately, kept locally)
|
||||
YuMi/Assets.xcassets/
|
||||
|
Reference in New Issue
Block a user