gitea源码

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # Xcode
  2. #
  3. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4. ## User settings
  5. xcuserdata/
  6. ## Obj-C/Swift specific
  7. *.hmap
  8. ## App packaging
  9. *.ipa
  10. *.dSYM.zip
  11. *.dSYM
  12. ## Playgrounds
  13. timeline.xctimeline
  14. playground.xcworkspace
  15. # Swift Package Manager
  16. #
  17. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  18. # Packages/
  19. # Package.pins
  20. # Package.resolved
  21. # *.xcodeproj
  22. #
  23. # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
  24. # hence it is not needed unless you have added a package configuration file to your project
  25. # .swiftpm
  26. .build/
  27. # CocoaPods
  28. #
  29. # We recommend against adding the Pods directory to your .gitignore. However
  30. # you should judge for yourself, the pros and cons are mentioned at:
  31. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  32. #
  33. # Pods/
  34. #
  35. # Add this line if you want to avoid checking in source code from the Xcode workspace
  36. # *.xcworkspace
  37. # Carthage
  38. #
  39. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  40. # Carthage/Checkouts
  41. Carthage/Build/
  42. # fastlane
  43. #
  44. # It is recommended to not store the screenshots in the git repo.
  45. # Instead, use fastlane to re-generate the screenshots whenever they are needed.
  46. # For more information about the recommended setup visit:
  47. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  48. fastlane/report.xml
  49. fastlane/Preview.html
  50. fastlane/screenshots/**/*.png
  51. fastlane/test_output