You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Objective-C.gitignore 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. *.moved-aside
  13. *.pbxuser
  14. !default.pbxuser
  15. *.mode1v3
  16. !default.mode1v3
  17. *.mode2v3
  18. !default.mode2v3
  19. *.perspectivev3
  20. !default.perspectivev3
  21. ## Obj-C/Swift specific
  22. *.hmap
  23. ## App packaging
  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. #
  35. # Add this line if you want to avoid checking in source code from the Xcode workspace
  36. # *.xcworkspace
  37. # Carthage
  38. #
  39. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  40. # Carthage/Checkouts
  41. Carthage/Build/
  42. # fastlane
  43. #
  44. # It is recommended to not store the screenshots in the git repo.
  45. # Instead, use fastlane to re-generate the screenshots whenever they are needed.
  46. # For more information about the recommended setup visit:
  47. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  48. fastlane/report.xml
  49. fastlane/Preview.html
  50. fastlane/screenshots/**/*.png
  51. fastlane/test_output
  52. # Code Injection
  53. #
  54. # After new code Injection tools there's a generated folder /iOSInjectionProject
  55. # https://github.com/johnno1962/injectionforxcode
  56. iOSInjectionProject/