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.

Swift 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # Xcode
  2. #
  3. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4. ## User settings
  5. xcuserdata/
  6. ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
  7. *.xcscmblueprint
  8. *.xccheckout
  9. ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
  10. build/
  11. DerivedData/
  12. *.moved-aside
  13. *.pbxuser
  14. !default.pbxuser
  15. *.mode1v3
  16. !default.mode1v3
  17. *.mode2v3
  18. !default.mode2v3
  19. *.perspectivev3
  20. !default.perspectivev3
  21. ## Obj-C/Swift specific
  22. *.hmap
  23. ## App packaging
  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. # Package.resolved
  36. # *.xcodeproj
  37. #
  38. # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
  39. # hence it is not needed unless you have added a package configuration file to your project
  40. # .swiftpm
  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. #
  50. # Add this line if you want to avoid checking in source code from the Xcode workspace
  51. # *.xcworkspace
  52. # Carthage
  53. #
  54. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  55. # Carthage/Checkouts
  56. Carthage/Build/
  57. # Accio dependency management
  58. Dependencies/
  59. .accio/
  60. # fastlane
  61. #
  62. # It is recommended to not store the screenshots in the git repo.
  63. # Instead, use fastlane to re-generate the screenshots whenever they are needed.
  64. # For more information about the recommended setup visit:
  65. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  66. fastlane/report.xml
  67. fastlane/Preview.html
  68. fastlane/screenshots/**/*.png
  69. fastlane/test_output
  70. # Code Injection
  71. #
  72. # After new code Injection tools there's a generated folder /iOSInjectionProject
  73. # https://github.com/johnno1962/injectionforxcode
  74. iOSInjectionProject/