.gitignore 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # Created by https://www.toptal.com/developers/gitignore/api/objective-c
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=objective-c
  3. ### Objective-C ###
  4. # Xcode
  5. #
  6. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  7. ## User settings
  8. xcuserdata/
  9. ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
  10. *.xcscmblueprint
  11. *.xccheckout
  12. ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
  13. build/
  14. DerivedData/
  15. *.moved-aside
  16. *.pbxuser
  17. !default.pbxuser
  18. *.mode1v3
  19. !default.mode1v3
  20. *.mode2v3
  21. !default.mode2v3
  22. *.perspectivev3
  23. !default.perspectivev3
  24. ## Obj-C/Swift specific
  25. *.hmap
  26. ## App packaging
  27. *.ipa
  28. *.dSYM.zip
  29. *.dSYM
  30. # CocoaPods
  31. Pods/
  32. # Add this line if you want to avoid checking in source code from the Xcode workspace
  33. *.xcworkspace
  34. # Carthage
  35. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  36. # Carthage/Checkouts
  37. Carthage/Build/
  38. # fastlane
  39. # It is recommended to not store the screenshots in the git repo.
  40. # Instead, use fastlane to re-generate the screenshots whenever they are needed.
  41. # For more information about the recommended setup visit:
  42. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  43. fastlane/report.xml
  44. fastlane/Preview.html
  45. fastlane/screenshots/**/*.png
  46. fastlane/test_output
  47. # Code Injection
  48. # After new code Injection tools there's a generated folder /iOSInjectionProject
  49. # https://github.com/johnno1962/injectionforxcode
  50. iOSInjectionProject/
  51. ### Objective-C Patch ###
  52. # End of https://www.toptal.com/developers/gitignore/api/objective-c