.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # SPM defaults
  2. .DS_Store
  3. /.build
  4. /Packages
  5. xcuserdata/
  6. ## Build generated
  7. build/
  8. DerivedData/
  9. ## Various settings
  10. *.pbxuser
  11. !default.pbxuser
  12. *.mode1v3
  13. !default.mode1v3
  14. *.mode2v3
  15. !default.mode2v3
  16. *.perspectivev3
  17. !default.perspectivev3
  18. xcuserdata/
  19. ## Other
  20. *.moved-aside
  21. *.xccheckout
  22. *.xcscmblueprint
  23. ## Obj-C/Swift specific
  24. *.hmap
  25. *.ipa
  26. *.dSYM.zip
  27. *.dSYM
  28. # Bundler
  29. .bundle
  30. ## Playgrounds
  31. timeline.xctimeline
  32. playground.xcworkspace
  33. # Swift Package Manager
  34. #
  35. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  36. # Packages/
  37. # Package.pins
  38. .build/
  39. # CocoaPods
  40. # Pods/
  41. # Carthage
  42. Carthage
  43. # fastlane
  44. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  45. # screenshots whenever they are needed.
  46. # For more information about the recommended setup visit:
  47. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  48. Fastlane/report.xml
  49. Fastlane/Preview.html
  50. Fastlane/screenshots
  51. Fastlane/test_output
  52. Fastlane/README.md