.gitignore 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. # Created by https://www.toptal.com/developers/gitignore/api/swift,swiftpm,xcode,cocoapods
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=swift,swiftpm,xcode,cocoapods
  3. ### CocoaPods ###
  4. ## CocoaPods GitIgnore Template
  5. # CocoaPods - Only use to conserve bandwidth / Save time on Pushing
  6. # - Also handy if you have a large number of dependant pods
  7. # - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE
  8. Pods/
  9. ### Swift ###
  10. # Xcode
  11. #
  12. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  13. ## User settings
  14. xcuserdata/
  15. ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
  16. *.xcscmblueprint
  17. *.xccheckout
  18. ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
  19. build/
  20. DerivedData/
  21. *.moved-aside
  22. *.pbxuser
  23. !default.pbxuser
  24. *.mode1v3
  25. !default.mode1v3
  26. *.mode2v3
  27. !default.mode2v3
  28. *.perspectivev3
  29. !default.perspectivev3
  30. ## Obj-C/Swift specific
  31. *.hmap
  32. ## App packaging
  33. *.ipa
  34. *.dSYM.zip
  35. *.dSYM
  36. ## Playgrounds
  37. timeline.xctimeline
  38. playground.xcworkspace
  39. # Swift Package Manager
  40. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  41. Packages/
  42. # Package.pins
  43. # Package.resolved
  44. # *.xcodeproj
  45. # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
  46. # hence it is not needed unless you have added a package configuration file to your project
  47. .swiftpm
  48. .build/
  49. !**/swiftpm/Package.resolved
  50. # CocoaPods
  51. # We recommend against adding the Pods directory to your .gitignore. However
  52. # you should judge for yourself, the pros and cons are mentioned at:
  53. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  54. # Pods/
  55. # Add this line if you want to avoid checking in source code from the Xcode workspace
  56. # *.xcworkspace
  57. # Carthage
  58. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  59. # Carthage/Checkouts
  60. Carthage/Build/
  61. # Accio dependency management
  62. Dependencies/
  63. .accio/
  64. # fastlane
  65. # It is recommended to not store the screenshots in the git repo.
  66. # Instead, use fastlane to re-generate the screenshots whenever they are needed.
  67. # For more information about the recommended setup visit:
  68. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  69. fastlane/report.xml
  70. fastlane/Preview.html
  71. fastlane/screenshots/**/*.png
  72. fastlane/test_output
  73. # Code Injection
  74. # After new code Injection tools there's a generated folder /iOSInjectionProject
  75. # https://github.com/johnno1962/injectionforxcode
  76. iOSInjectionProject/
  77. ### SwiftPM ###
  78. Packages
  79. xcuserdata
  80. *.xcodeproj
  81. ### Xcode ###
  82. # Xcode
  83. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  84. ## Gcc Patch
  85. /*.gcno
  86. ### Xcode Patch ###
  87. *.xcodeproj/*
  88. !*.xcodeproj/project.pbxproj
  89. !*.xcodeproj/xcshareddata/
  90. !*.xcworkspace/contents.xcworkspacedata
  91. **/xcshareddata/WorkspaceSettings.xcsettings
  92. # End of https://www.toptal.com/developers/gitignore/api/swift,swiftpm,xcode,cocoapods
  93. # Localization/StringsConvertor/input
  94. Localization/StringsConvertor/output
  95. .DS_Store
  96. env/**/**
  97. !env/.env