You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
690 B
Plaintext
62 lines
690 B
Plaintext
2 months ago
|
# Xcode specific
|
||
|
.DS_Store
|
||
|
*.xcuserstate
|
||
|
*.xcscmblueprint
|
||
|
*.swp
|
||
|
*.mode1v3
|
||
|
*.mode2v3
|
||
|
*.perspectivev3
|
||
|
|
||
|
# User-specific settings
|
||
|
xcuserdata/
|
||
|
*.xcworkspace/xcuserdata/
|
||
|
|
||
|
# Xcode build
|
||
|
build/
|
||
|
*.ipa
|
||
|
*.dSYM.zip
|
||
|
*.dSYM
|
||
|
|
||
|
# CocoaPods
|
||
|
Pods/
|
||
|
Podfile.lock
|
||
|
|
||
|
# Carthage
|
||
|
Carthage/Build/
|
||
|
|
||
|
# Swift Package Manager
|
||
|
.build/
|
||
|
DerivedData/
|
||
|
SourcePackages/
|
||
|
Package.resolved
|
||
|
|
||
|
# Fastlane
|
||
|
fastlane/report.xml
|
||
|
fastlane/Preview.html
|
||
|
fastlane/screenshots
|
||
|
fastlane/test_output
|
||
|
|
||
|
# Generated files
|
||
|
*.moved-aside
|
||
|
*.hmap
|
||
|
*.ipa
|
||
|
*.xcuserdatad
|
||
|
*.localized
|
||
|
*.xcworkspacedata
|
||
|
|
||
|
# Temporary and System files
|
||
|
*.tmp
|
||
|
*.log
|
||
|
*.swp
|
||
|
*.lock
|
||
|
*.lock/
|
||
|
*.lck
|
||
|
*.sync
|
||
|
|
||
|
# Playgrounds
|
||
|
timeline.xctimeline
|
||
|
playground.xcworkspace
|
||
|
|
||
|
# SwiftPM
|
||
|
.swiftpm/
|