.gitignore 1.0 KB

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