62 lines
844 B
Plaintext
62 lines
844 B
Plaintext
# macOS system files
|
|
.DS_Store
|
|
.DS_Store?
|
|
|
|
# Xcode project files
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.perspectivev3
|
|
xcuserdata/
|
|
*.xcscmblueprint
|
|
|
|
# Build folders and products
|
|
DerivedData/
|
|
build/
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Swift Package Manager
|
|
.swiftpm/
|
|
Package.resolved
|
|
.build/
|
|
# Xcode's Package Dependencies
|
|
xcshareddata/swiftpm/
|
|
|
|
# CocoaPods
|
|
Pods/
|
|
Podfile.lock
|
|
|
|
# Carthage
|
|
Carthage/Build/
|
|
|
|
# Fastlane
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots/
|
|
fastlane/test_output/
|
|
|
|
# Xcode Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# Swift Package Index
|
|
.idea/
|
|
|
|
# xcresult (Xcode test results)
|
|
*.xcresult
|
|
|
|
# SPM Xcode project (if manually generated)
|
|
*.xcodeproj/project.xcworkspace/
|
|
|
|
# Any environment settings
|
|
.env
|
|
|
|
# Firebase
|
|
GoogleService-Info.plist
|
|
|
|
# Secrets or Configuration files (optional)
|
|
*.xcconfig
|