63 lines
729 B
Plaintext
63 lines
729 B
Plaintext
# Xcode
|
|
build/
|
|
DerivedData/
|
|
.DS_Store
|
|
*.xcworkspace
|
|
!default.xcworkspace
|
|
|
|
# iOS 编译产物
|
|
**/*.xcuserdata/
|
|
**/*.xcuserdatad/
|
|
*.xcuserstate
|
|
*.xcuserdata/
|
|
*.xcuserdatad/
|
|
*.moved-aside
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Cocoapods
|
|
Pods/
|
|
Podfile.lock~
|
|
|
|
# Carthage
|
|
Carthage/
|
|
|
|
# Swift Package Manager
|
|
.swiftpm/
|
|
Package.resolved
|
|
.build/
|
|
|
|
# fastlane
|
|
fastlane/report.xml
|
|
fastlane/screenshots
|
|
fastlane/test_output
|
|
|
|
# Firebase crashlytics
|
|
*.symbols.zip
|
|
|
|
# 用户设置
|
|
*.xcuserdatad
|
|
*.orig
|
|
|
|
# Archives
|
|
*.xcarchive
|
|
|
|
# 敏感配置(请自行决定)
|
|
*.env
|
|
|
|
# OS & IDE 文件
|
|
.DS_Store
|
|
.idea/
|
|
*.swp
|
|
*.lock
|
|
*.tmp
|
|
*.bak
|
|
*.log
|
|
|
|
# Git LFS pointer files if used improperly
|
|
*.lfs
|
|
|
|
# 单元测试快照(可选)
|
|
# ReferenceImages/
|
|
# FailedTestImages/ |