.gitignore 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. *.xcuserstate
  22. ## Obj-C/Swift specific
  23. *.hmap
  24. *.ipa
  25. *.dSYM.zip
  26. *.dSYM
  27. # CocoaPods
  28. #
  29. # We recommend against adding the Pods directory to your .gitignore. However
  30. # you should judge for yourself, the pros and cons are mentioned at:
  31. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  32. #
  33. # Pods/
  34. Pods
  35. Podfile.lock
  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://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  47. fastlane/report.xml
  48. fastlane/screenshots
  49. #Code Injection
  50. #
  51. # After new code Injection tools there's a generated folder /iOSInjectionProject
  52. # https://github.com/johnno1962/injectionforxcode
  53. iOSInjectionProject/
  54. ### Objective-C Patch ###
  55. *.xcscmblueprint
  56. .DS_Store