.gitignore 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. ## AppCode
  28. .idea
  29. # CocoaPods
  30. #
  31. # We recommend against adding the Pods directory to your .gitignore. However
  32. # you should judge for yourself, the pros and cons are mentioned at:
  33. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  34. #
  35. Pods
  36. Podfile.lock
  37. #
  38. # Add this line if you want to avoid checking in source code from the Xcode workspace
  39. *.xcworkspace
  40. # Carthage
  41. #
  42. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  43. # Carthage/Checkouts
  44. #Carthage/Build/
  45. # fastlane
  46. #
  47. # It is recommended to not store the screenshots in the git repo.
  48. # Instead, use fastlane to re-generate the screenshots whenever they are needed.
  49. # For more information about the recommended setup visit:
  50. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  51. #fastlane/report.xml
  52. #fastlane/Preview.html
  53. #fastlane/screenshots/**/*.png
  54. #fastlane/test_output
  55. # Code Injection
  56. #
  57. # After new code Injection tools there's a generated folder /iOSInjectionProject
  58. # https://github.com/johnno1962/injectionforxcode
  59. #iOSInjectionProject/