Commit Graph

3 Commits

Author SHA1 Message Date
edwinQQQ
df573efee5 docs: Add comprehensive README with cloning instructions
- Project overview and tech stack
- Detailed cloning instructions with resource file requirements
- Explanation of why resources are not in Git (224MB excluded)
- Common issues and troubleshooting guide
- Contribution guidelines
2025-10-09 16:43:01 +08:00
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
edwinQQQ
a35a711be6 chore: Initial clean commit
- Removed YuMi/Library/ (138 MB, not tracked)
- Removed YuMi/Resources/ (23 MB, not tracked)
- Removed old version assets (566 files, not tracked)
- Excluded Pods/, xcuserdata/ and other build artifacts
- Clean repository optimized for company server deployment
2025-10-09 16:19:14 +08:00