Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Swift.gitignore 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # Xcode
  2. #
  3. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4. ## Build generated
  5. build/
  6. DerivedData/
  7. ## Various settings
  8. *.pbxuser
  9. !default.pbxuser
  10. *.mode1v3
  11. !default.mode1v3
  12. *.mode2v3
  13. !default.mode2v3
  14. *.perspectivev3
  15. !default.perspectivev3
  16. xcuserdata/
  17. ## Other
  18. *.moved-aside
  19. *.xccheckout
  20. *.xcscmblueprint
  21. ## Obj-C/Swift specific
  22. *.hmap
  23. *.ipa
  24. *.dSYM.zip
  25. *.dSYM
  26. ## Playgrounds
  27. timeline.xctimeline
  28. playground.xcworkspace
  29. # Swift Package Manager
  30. #
  31. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  32. # Packages/
  33. # Package.pins
  34. # Package.resolved
  35. # *.xcodeproj
  36. #
  37. # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
  38. # hence it is not needed unless you have added a package configuration file to your project
  39. # .swiftpm
  40. .build/
  41. # CocoaPods
  42. #
  43. # We recommend against adding the Pods directory to your .gitignore. However
  44. # you should judge for yourself, the pros and cons are mentioned at:
  45. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  46. #
  47. # Pods/
  48. #
  49. # Add this line if you want to avoid checking in source code from the Xcode workspace
  50. # *.xcworkspace
  51. # Carthage
  52. #
  53. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  54. # Carthage/Checkouts
  55. Carthage/Build
  56. # Accio dependency management
  57. Dependencies/
  58. .accio/
  59. # fastlane
  60. #
  61. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  62. # screenshots whenever they are needed.
  63. # For more information about the recommended setup visit:
  64. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  65. fastlane/report.xml
  66. fastlane/Preview.html
  67. fastlane/screenshots/**/*.png
  68. fastlane/test_output
  69. # Code Injection
  70. #
  71. # After new code Injection tools there's a generated folder /iOSInjectionProject
  72. # https://github.com/johnno1962/injectionforxcode
  73. iOSInjectionProject/