.gitignore 297 B

123456789101112131415161718192021222324
  1. .DS_Store
  2. # Swift Package Manager
  3. .build/
  4. .swiftpm/
  5. # Xcode build products
  6. build/
  7. build_*/
  8. build_derived_data/
  9. DerivedData/
  10. *.ipa
  11. *.dSYM
  12. *.dSYM.zip
  13. # Xcode user-specific data
  14. *.xcuserstate
  15. xcuserdata/
  16. *.xccheckout
  17. *.xcscmblueprint
  18. # Generated review/export artifacts
  19. outputs/
  20. *.inspect.ndjson