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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # Xcode
  2. #
  3. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4. ## Build generated
  5. build/
  6. DerivedData/
  7. ## Various settings
  8. *.pbxuser
  9. !default.pbxuser
  10. *.mode1v3
  11. !default.mode1v3
  12. *.mode2v3
  13. !default.mode2v3
  14. *.perspectivev3
  15. !default.perspectivev3
  16. xcuserdata/
  17. ## Other
  18. *.moved-aside
  19. *.xcuserstate
  20. ## Obj-C/Swift specific
  21. *.hmap
  22. *.ipa
  23. *.dSYM.zip
  24. *.dSYM
  25. ## Playgrounds
  26. timeline.xctimeline
  27. playground.xcworkspace
  28. # Swift Package Manager
  29. #
  30. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  31. # Packages/
  32. # Package.pins
  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