34 lines
342 B
Plaintext
34 lines
342 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Xcode user state
|
|
xcuserdata/
|
|
*.xcuserstate
|
|
*.xccheckout
|
|
*.xcscmblueprint
|
|
|
|
# Build products
|
|
build/
|
|
DerivedData/
|
|
*.ipa
|
|
*.dSYM
|
|
*.dSYM.zip
|
|
*.xcarchive
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
.swiftpm/
|
|
Package.resolved
|
|
|
|
# Local configuration and secrets
|
|
.env
|
|
.env.*
|
|
*.p12
|
|
*.mobileprovision
|
|
*.cer
|
|
|
|
# Temporary exports
|
|
exports/
|
|
*.tmp
|
|
|