.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # Xcode
  2. #
  3. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4. ## User settings
  5. xcuserdata/
  6. ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
  7. *.xcscmblueprint
  8. *.xccheckout
  9. ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
  10. build/
  11. DerivedData/
  12. .deriveddata/
  13. *.moved-aside
  14. *.pbxuser
  15. !default.pbxuser
  16. *.mode1v3
  17. !default.mode1v3
  18. *.mode2v3
  19. !default.mode2v3
  20. *.perspectivev3
  21. !default.perspectivev3
  22. ## Obj-C/Swift specific
  23. *.hmap
  24. ## App packaging
  25. *.ipa
  26. *.dSYM.zip
  27. *.dSYM
  28. # CocoaPods
  29. #
  30. # We recommend against adding the Pods directory to your .gitignore. However
  31. # you should judge for yourself, the pros and cons are mentioned at:
  32. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  33. #
  34. # Pods/
  35. #
  36. # Add this line if you want to avoid checking in source code from the Xcode workspace
  37. # *.xcworkspace
  38. # Carthage
  39. #
  40. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  41. # Carthage/Checkouts
  42. Carthage/Build/
  43. # fastlane
  44. #
  45. # It is recommended to not store the screenshots in the git repo.
  46. # Instead, use fastlane to re-generate the 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/**/*.png
  52. fastlane/test_output
  53. # Code Injection
  54. #
  55. # After new code Injection tools there's a generated folder /iOSInjectionProject
  56. # https://github.com/johnno1962/injectionforxcode
  57. iOSInjectionProject/