| 1234567891011121314151617181920212223242526 |
- # Xcode / Swift
- .DS_Store
- DerivedData/
- .derivedData/
- .derivedDataAgent/
- .derivedDataBuild/
- build/
- *.xcuserstate
- xcuserdata/
- # SwiftPM
- .build/
- .swiftpm/
- # Secrets
- .env
- .env.*
- !.env.example
- *.p8
- # App Store Connect (app-connect/)
- app-connect/.env
- !app-connect/.env.example
- app-connect/Local.xcconfig
- app-connect/AuthKey_*.p8
|