Source code for the WriteFreely SwiftUI app for iOS, iPadOS, and macOS
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

108 wiersze
2.6 KiB

  1. ### Swift ###
  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. # 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. # 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. # We recommend against adding the Pods directory to your .gitignore. However
  43. # you should judge for yourself, the pros and cons are mentioned at:
  44. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  45. # Pods/
  46. # Add this line if you want to avoid checking in source code from the Xcode workspace
  47. # *.xcworkspace
  48. # Carthage
  49. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  50. # Carthage/Checkouts
  51. Carthage/Build/
  52. # Accio dependency management
  53. Dependencies/
  54. .accio/
  55. # fastlane
  56. # It is recommended to not store the screenshots in the git repo.
  57. # Instead, use fastlane to re-generate the screenshots whenever they are needed.
  58. # For more information about the recommended setup visit:
  59. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  60. fastlane/report.xml
  61. fastlane/Preview.html
  62. fastlane/screenshots/**/*.png
  63. fastlane/test_output
  64. # Code Injection
  65. # After new code Injection tools there's a generated folder /iOSInjectionProject
  66. # https://github.com/johnno1962/injectionforxcode
  67. iOSInjectionProject/
  68. ### SwiftPackageManager ###
  69. Packages
  70. xcuserdata
  71. *.xcodeproj
  72. ### Xcode ###
  73. # Xcode
  74. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  75. ## Gcc Patch
  76. /*.gcno
  77. ### Xcode Patch ###
  78. *.xcodeproj/*
  79. !*.xcodeproj/project.pbxproj
  80. !*.xcodeproj/xcshareddata/
  81. !*.xcworkspace/contents.xcworkspacedata
  82. **/xcshareddata/WorkspaceSettings.xcsettings
  83. /WriteFreely-MultiPlatform.xcodeproj/xcuserdata/angelo.xcuserdatad/xcschemes/xcschememanagement.plist