71 lines
832 B
Plaintext
71 lines
832 B
Plaintext
# Build artifacts
|
|
build/
|
|
DerivedData/
|
|
*.xcworkspace
|
|
!Pods/Manifest.lock
|
|
|
|
# Xcode
|
|
xcuserdata/
|
|
*.xccheckout
|
|
*.xcscmblueprint
|
|
*.xcodeproj/*
|
|
!*.xcodeproj/project.pbxproj
|
|
!*.xcodeproj/xcshareddata/
|
|
!*.xcodeproj/xcshareddata/.*
|
|
|
|
# Swift Package Manager
|
|
.swiftpm
|
|
.build/
|
|
Package.resolved
|
|
|
|
# CocoaPods
|
|
Pods/
|
|
Podfile.lock
|
|
|
|
# Carthage
|
|
Carthage/Build/
|
|
|
|
# Fastlane
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots
|
|
fastlane/test_output
|
|
fastlane/report.html
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.swp
|
|
*.swm
|
|
*.swo
|
|
*.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# User-specific files
|
|
*.moved-aside
|
|
*.dat
|
|
*.plist
|
|
*.orig
|
|
*.lock
|
|
|
|
# Shared frameworks
|
|
Carthage/Checkouts/
|
|
Carthage/Build/
|
|
|
|
# Simulator
|
|
ios.simruntime/
|
|
|
|
# Bundle artifacts
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
*.xcarchive
|
|
|
|
# Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# SwiftUI Previews
|
|
*.preview-thumbnails
|