.gitignore 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # Created by https://www.gitignore.io/api/objective-c
  2. # Edit at https://www.gitignore.io/?templates=objective-c
  3. ### Objective-C ###
  4. # Xcode
  5. #
  6. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  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. # CocoaPods
  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. # Pods/
  34. # Add this line if you want to avoid checking in source code from the Xcode workspace
  35. # *.xcworkspace
  36. # Carthage
  37. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  38. # Carthage/Checkouts
  39. Carthage/Build
  40. # fastlane
  41. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  42. # screenshots whenever they are needed.
  43. # For more information about the recommended setup visit:
  44. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  45. fastlane/report.xml
  46. fastlane/Preview.html
  47. fastlane/screenshots/**/*.png
  48. fastlane/test_output
  49. # Code Injection
  50. # After new code Injection tools there's a generated folder /iOSInjectionProject
  51. # https://github.com/johnno1962/injectionforxcode
  52. iOSInjectionProject/
  53. ### Objective-C Patch ###
  54. # End of https://www.gitignore.io/api/objective-c