.gitignore 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # Xcode
  2. #
  3. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4. *.xcodeproj
  5. ## Build generated
  6. build/
  7. DerivedData/
  8. ## Various settings
  9. *.pbxuser
  10. !default.pbxuser
  11. *.mode1v3
  12. !default.mode1v3
  13. *.mode2v3
  14. !default.mode2v3
  15. *.perspectivev3
  16. !default.perspectivev3
  17. xcuserdata/
  18. ## Other
  19. *.moved-aside
  20. *.xcuserstate
  21. ## Obj-C/Swift specific
  22. *.hmap
  23. *.ipa
  24. *.dSYM.zip
  25. *.dSYM
  26. ## Playgrounds
  27. timeline.xctimeline
  28. playground.xcworkspace
  29. # Swift Package Manager
  30. #
  31. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  32. Packages/
  33. .build/
  34. # CocoaPods
  35. #
  36. # We recommend against adding the Pods directory to your .gitignore. However
  37. # you should judge for yourself, the pros and cons are mentioned at:
  38. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  39. #
  40. # Pods/
  41. # Carthage
  42. #
  43. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  44. # Carthage/Checkouts
  45. Carthage/Build
  46. # fastlane
  47. #
  48. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  49. # screenshots whenever they are needed.
  50. # For more information about the recommended setup visit:
  51. # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  52. fastlane/report.xml
  53. fastlane/Preview.html
  54. fastlane/screenshots
  55. fastlane/test_output