.gitignore 1.6 KB

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