.gitignore 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # OS X
  2. .DS_Store
  3. # Xcode
  4. #
  5. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  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. *.xcuserstate
  23. *.xcscmblueprint
  24. ## Obj-C/Swift specific
  25. *.hmap
  26. *.ipa
  27. *.dSYM.zip
  28. *.dSYM
  29. # CocoaPods
  30. #
  31. # We recommend against adding the Pods directory to your .gitignore. However
  32. # you should judge for yourself, the pros and cons are mentioned at:
  33. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  34. #
  35. # Pods/
  36. # Carthage
  37. #
  38. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  39. # Carthage/Checkouts
  40. Carthage/Build
  41. # fastlane
  42. #
  43. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  44. # screenshots whenever they are needed.
  45. # For more information about the recommended setup visit:
  46. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  47. fastlane/report.xml
  48. fastlane/Preview.html
  49. fastlane/screenshots
  50. fastlane/test_output
  51. # Code Injection
  52. #
  53. # After new code Injection tools there's a generated folder /iOSInjectionProject
  54. # https://github.com/johnno1962/injectionforxcode
  55. iOSInjectionProject/