.gitignore 524 B

123456789101112131415161718192021222324252627
  1. ## User settings
  2. xcuserdata/
  3. ## Obj-C/Swift specific
  4. *.hmap
  5. ## App packaging
  6. *.ipa
  7. *.dSYM.zip
  8. *.dSYM
  9. # CocoaPods
  10. Pods/
  11. # fastlane
  12. # It is recommended to not store the screenshots in the git repo.
  13. # Instead, use fastlane to re-generate the screenshots whenever they are needed.
  14. # For more information about the recommended setup visit:
  15. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  16. fastlane/report.xml
  17. fastlane/Preview.html
  18. fastlane/screenshots/**/*.png
  19. fastlane/test_output
  20. build/
  21. output/