.gitignore 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. *.xccheckout
  19. *.moved-aside
  20. *.xcuserstate
  21. *.xcscmblueprint
  22. *.DS_Store
  23. ## Obj-C/Swift specific
  24. *.hmap
  25. *.ipa
  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/docs/Gitignore.md
  52. fastlane/report.xml
  53. fastlane/screenshots