.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # Created by https://www.gitignore.io/api/objective-c
  2. ### Objective-C ###
  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. *.xcscmblueprint
  23. ## Obj-C/Swift specific
  24. *.hmap
  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. 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/**/*.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/
  58. ### Objective-C Patch ###
  59. # End of https://www.gitignore.io/api/objective-c
  60. .DS_Store
  61. .idea