36 lines
391 B
Plaintext
36 lines
391 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Xcode
|
|
*.xcuserstate
|
|
xcuserdata/
|
|
*.xcworkspace/xcuserdata/
|
|
DerivedData/
|
|
*.moved-aside
|
|
*.pbxuser
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.perspectivev3
|
|
*.xccheckout
|
|
*.xcscmblueprint
|
|
|
|
# Build output
|
|
build/
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Swift Package Manager
|
|
.swiftpm/
|
|
.build/
|
|
|
|
# CocoaPods (not used here but keep for safety)
|
|
Pods/
|
|
|
|
# Secrets / env
|
|
*.env
|
|
.env.*
|
|
secrets/
|