.gitignore 1.6 KB

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