.gitignore 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. ### https://raw.github.com/github/gitignore/2a4de265d37eca626309d8e115218d18985b5435/Swift.gitignore
  2. # Xcode
  3. #
  4. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  5. ## User settings
  6. xcuserdata/
  7. ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
  8. *.xcscmblueprint
  9. *.xccheckout
  10. ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
  11. build/
  12. DerivedData/
  13. *.moved-aside
  14. *.pbxuser
  15. !default.pbxuser
  16. *.mode1v3
  17. !default.mode1v3
  18. *.mode2v3
  19. !default.mode2v3
  20. *.perspectivev3
  21. !default.perspectivev3
  22. ## Obj-C/Swift specific
  23. *.hmap
  24. ## App packaging
  25. *.ipa
  26. *.dSYM.zip
  27. *.dSYM
  28. ## Playgrounds
  29. timeline.xctimeline
  30. playground.xcworkspace
  31. # Swift Package Manager
  32. #
  33. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  34. # Packages/
  35. # Package.pins
  36. # Package.resolved
  37. # *.xcodeproj
  38. #
  39. # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
  40. # hence it is not needed unless you have added a package configuration file to your project
  41. # .swiftpm
  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. #
  51. # Add this line if you want to avoid checking in source code from the Xcode workspace
  52. # *.xcworkspace
  53. # Carthage
  54. #
  55. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  56. # Carthage/Checkouts
  57. Carthage/Build/
  58. # Accio dependency management
  59. Dependencies/
  60. .accio/
  61. # fastlane
  62. #
  63. # It is recommended to not store the screenshots in the git repo.
  64. # Instead, use fastlane to re-generate the screenshots whenever they are needed.
  65. # For more information about the recommended setup visit:
  66. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  67. fastlane/report.xml
  68. fastlane/Preview.html
  69. fastlane/screenshots/**/*.png
  70. fastlane/test_output
  71. # Code Injection
  72. #
  73. # After new code Injection tools there's a generated folder /iOSInjectionProject
  74. # https://github.com/johnno1962/injectionforxcode
  75. iOSInjectionProject/
  76. ### https://raw.github.com/github/gitignore/2a4de265d37eca626309d8e115218d18985b5435/Global/macOS.gitignore
  77. # General
  78. .DS_Store
  79. .AppleDouble
  80. .LSOverride
  81. # Icon must end with two \r
  82. Icon
  83. # Thumbnails
  84. ._*
  85. # Files that might appear in the root of a volume
  86. .DocumentRevisions-V100
  87. .fseventsd
  88. .Spotlight-V100
  89. .TemporaryItems
  90. .Trashes
  91. .VolumeIcon.icns
  92. .com.apple.timemachine.donotpresent
  93. # Directories potentially created on remote AFP share
  94. .AppleDB
  95. .AppleDesktop
  96. Network Trash Folder
  97. Temporary Items
  98. .apdisk
  99. ### https://raw.github.com/github/gitignore/2a4de265d37eca626309d8e115218d18985b5435/Ruby.gitignore
  100. *.gem
  101. *.rbc
  102. /.config
  103. /coverage/
  104. /InstalledFiles
  105. /pkg/
  106. /spec/reports/
  107. /spec/examples.txt
  108. /test/tmp/
  109. /test/version_tmp/
  110. /tmp/
  111. # Used by dotenv library to load environment variables.
  112. # .env
  113. # Ignore Byebug command history file.
  114. .byebug_history
  115. ## Specific to RubyMotion:
  116. .dat*
  117. .repl_history
  118. build/
  119. *.bridgesupport
  120. build-iPhoneOS/
  121. build-iPhoneSimulator/
  122. ## Specific to RubyMotion (use of CocoaPods):
  123. #
  124. # We recommend against adding the Pods directory to your .gitignore. However
  125. # you should judge for yourself, the pros and cons are mentioned at:
  126. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  127. #
  128. # vendor/Pods/
  129. ## Documentation cache and generated files:
  130. /.yardoc/
  131. /_yardoc/
  132. /doc/
  133. /rdoc/
  134. ## Environment normalization:
  135. /.bundle/
  136. /vendor/bundle
  137. /lib/bundler/man/
  138. # for a library or gem, you might want to ignore these files since the code is
  139. # intended to run in multiple environments; otherwise, check them in:
  140. # Gemfile.lock
  141. # .ruby-version
  142. # .ruby-gemset
  143. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  144. .rvmrc
  145. # Used by RuboCop. Remote config files pulled in from inherit_from directive.
  146. # .rubocop-https?--*