No Description

.gitignore 326B

1234567891011121314151617181920212223242526
  1. # Xcode / Swift
  2. .DS_Store
  3. DerivedData/
  4. .derivedData/
  5. .derivedDataAgent/
  6. .derivedDataBuild/
  7. build/
  8. *.xcuserstate
  9. xcuserdata/
  10. # SwiftPM
  11. .build/
  12. .swiftpm/
  13. # Secrets
  14. .env
  15. .env.*
  16. !.env.example
  17. *.p8
  18. # App Store Connect (app-connect/)
  19. app-connect/.env
  20. !app-connect/.env.example
  21. app-connect/Local.xcconfig
  22. app-connect/AuthKey_*.p8