.gitignore 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # Xcode
  2. #
  3. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4. .DS_Store
  5. ## User settings
  6. xcuserdata/
  7. ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
  8. *.xcscmblueprint
  9. *.xccheckout
  10. *.xcuserstate
  11. ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
  12. build/
  13. DerivedData/
  14. *.moved-aside
  15. *.pbxuser
  16. !default.pbxuser
  17. *.mode1v3
  18. !default.mode1v3
  19. *.mode2v3
  20. !default.mode2v3
  21. *.perspectivev3
  22. !default.perspectivev3
  23. ## Obj-C/Swift specific
  24. *.hmap
  25. ## App packaging
  26. *.ipa
  27. *.dSYM.zip
  28. *.dSYM
  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. Pods/
  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/