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.

147 lines
3.4 KiB

  1. # Created by https://www.gitignore.io/api/xcode,swift,macos,fastlane
  2. # Edit at https://www.gitignore.io/?templates=xcode,swift,macos,fastlane
  3. ### fastlane ###
  4. # fastlane - A streamlined workflow tool for Cocoa deployment
  5. #
  6. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  7. # screenshots whenever they are needed.
  8. # For more information about the recommended setup visit:
  9. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  10. # fastlane specific
  11. fastlane/report.xml
  12. # deliver temporary files
  13. fastlane/Preview.html
  14. # snapshot generated screenshots
  15. fastlane/screenshots/**/*.png
  16. fastlane/screenshots/screenshots.html
  17. screenshots
  18. screenshots
  19. # scan temporary files
  20. fastlane/test_output
  21. ### macOS ###
  22. # General
  23. .DS_Store
  24. .AppleDouble
  25. .LSOverride
  26. # Icon must end with two \r
  27. Icon
  28. # Thumbnails
  29. ._*
  30. # Files that might appear in the root of a volume
  31. .DocumentRevisions-V100
  32. .fseventsd
  33. .Spotlight-V100
  34. .TemporaryItems
  35. .Trashes
  36. .VolumeIcon.icns
  37. .com.apple.timemachine.donotpresent
  38. # Directories potentially created on remote AFP share
  39. .AppleDB
  40. .AppleDesktop
  41. Network Trash Folder
  42. Temporary Items
  43. .apdisk
  44. ### Swift ###
  45. # Xcode
  46. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  47. ## Build generated
  48. build/
  49. DerivedData/
  50. ## Various settings
  51. *.pbxuser
  52. !default.pbxuser
  53. *.mode1v3
  54. !default.mode1v3
  55. *.mode2v3
  56. !default.mode2v3
  57. *.perspectivev3
  58. !default.perspectivev3
  59. xcuserdata/
  60. ## Other
  61. *.moved-aside
  62. *.xccheckout
  63. *.xcscmblueprint
  64. ## Obj-C/Swift specific
  65. *.hmap
  66. *.ipa
  67. *.dSYM.zip
  68. *.dSYM
  69. ## Playgrounds
  70. timeline.xctimeline
  71. playground.xcworkspace
  72. # Swift Package Manager
  73. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  74. # Packages/
  75. # Package.pins
  76. # Package.resolved
  77. .build/
  78. # CocoaPods
  79. # We recommend against adding the Pods directory to your .gitignore. However
  80. # you should judge for yourself, the pros and cons are mentioned at:
  81. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  82. # Pods/
  83. # Add this line if you want to avoid checking in source code from the Xcode workspace
  84. # *.xcworkspace
  85. # Carthage
  86. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  87. # Carthage/Checkouts
  88. Carthage/Build
  89. # Accio dependency management
  90. Dependencies/
  91. .accio/
  92. # fastlane
  93. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  94. # screenshots whenever they are needed.
  95. # For more information about the recommended setup visit:
  96. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  97. # Code Injection
  98. # After new code Injection tools there's a generated folder /iOSInjectionProject
  99. # https://github.com/johnno1962/injectionforxcode
  100. iOSInjectionProject/
  101. ### Xcode ###
  102. # Xcode
  103. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  104. ## User settings
  105. ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
  106. ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
  107. ## Xcode Patch
  108. *.xcodeproj/*
  109. !*.xcodeproj/project.pbxproj
  110. !*.xcodeproj/xcshareddata/
  111. !*.xcworkspace/contents.xcworkspacedata
  112. /*.gcno
  113. ### Xcode Patch ###
  114. **/xcshareddata/WorkspaceSettings.xcsettings
  115. # End of https://www.gitignore.io/api/xcode,swift,macos,fastlane