初始提交:创建 Swift UIKit iOS MVVM 工程规范

This commit is contained in:
2026-07-06 14:44:51 +08:00
commit ed22019aa1
13 changed files with 654 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Xcode
build/
DerivedData/
*.xcuserstate
*.xcscmblueprint
xcuserdata/
# Swift Package Manager
.build/
.swiftpm/
# macOS
.DS_Store