.gitignore 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. BuildShell/
  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. *.xccheckout
  21. *.xcscmblueprint
  22. ## Obj-C/Swift specific
  23. *.hmap
  24. *.ipa
  25. *.dSYM.zip
  26. *.dSYM
  27. ## Playgrounds
  28. timeline.xctimeline
  29. playground.xcworkspace
  30. # Swift Package Manager
  31. #
  32. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  33. Packages/
  34. Package.pins
  35. .build/
  36. appbuild/
  37. fastlane/
  38. Gemfile
  39. Gemfile.lock
  40. # CocoaPods
  41. #
  42. # We recommend against adding the Pods directory to your .gitignore. However
  43. # you should judge for yourself, the pros and cons are mentioned at:
  44. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  45. #
  46. Pods/
  47. # Carthage
  48. #
  49. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  50. # Carthage/Checkouts
  51. Carthage/Build
  52. # fastlane
  53. #
  54. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  55. # screenshots whenever they are needed.
  56. # For more information about the recommended setup visit:
  57. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  58. fastlane/report.xml
  59. fastlane/Preview.html
  60. fastlane/screenshots
  61. fastlane/test_output
  62. .DS_Store