40 lines
359 B
Plaintext
40 lines
359 B
Plaintext
# CocoaPods
|
|
Pods/
|
|
|
|
# 保留这个
|
|
Podfile.lock
|
|
|
|
# Xcode
|
|
DerivedData/
|
|
build/
|
|
*.xcworkspace
|
|
xcuserdata/
|
|
*.xcuserstate
|
|
*.xcarchive
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# SwiftPM
|
|
.build/
|
|
|
|
# Carthage
|
|
Carthage/Build/
|
|
|
|
# fastlane
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots
|
|
|
|
# Binary / large files
|
|
*.ipa
|
|
*.dSYM
|
|
*.zip
|
|
*.rar
|
|
*.7z
|
|
|
|
# Assets
|
|
*.psd
|
|
|
|
# Local SDK
|
|
TUIKit/ |