Objective-C.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Xcode
  2. #
  3. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4. ## User settings
  5. xcuserdata/
  6. ## Obj-C/Swift specific
  7. *.hmap
  8. ## App packaging
  9. *.ipa
  10. *.dSYM.zip
  11. *.dSYM
  12. # CocoaPods
  13. #
  14. # We recommend against adding the Pods directory to your .gitignore. However
  15. # you should judge for yourself, the pros and cons are mentioned at:
  16. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  17. #
  18. # Pods/
  19. #
  20. # Add this line if you want to avoid checking in source code from the Xcode workspace
  21. # *.xcworkspace
  22. # Carthage
  23. #
  24. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  25. # Carthage/Checkouts
  26. Carthage/Build/
  27. # fastlane
  28. #
  29. # It is recommended to not store the screenshots in the git repo.
  30. # Instead, use fastlane to re-generate the screenshots whenever they are needed.
  31. # For more information about the recommended setup visit:
  32. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  33. fastlane/report.xml
  34. fastlane/Preview.html
  35. fastlane/screenshots/**/*.png
  36. fastlane/test_output
  37. # Code Injection
  38. #
  39. # After new code Injection tools there's a generated folder /iOSInjectionProject
  40. # https://github.com/johnno1962/injectionforxcode
  41. iOSInjectionProject/