forked from loafle/openapi-generator-original
* swift-alt-gen init * swift-alt-gen in progress * swift-alt added runtime * swift-alt added transport * swift-alt added example * swift-alt v0.1.0 * swift-alt implemented form encoded body * swift-alt fixed array of enums to string * swift-alt v0.2.0 * swift-alt v0.3.0 * swift-alt v0.4.0 * swift-alt v0.5.0 * swift-alt v0.6.0 * swift-alt v0.7.0 * swift-alt v0.8.0 * swift-alt v0.9.0 * swift-alt v0.12.0 * swift-alt v0.13.0 * swift-alt v0.14.0 * swift-alt v0.15.0 * swift-alt v0.16.0 * swift-alt v0.17.0 * swift-alt v0.18.0 * swift-alt v0.19.0 Support for raw value in header * swift-alt v0.20.0 * swift-alt v0.21.0 * swift-alt v0.22.0 * swift-combine v0.23.0 * swift-combine PR rules adoption * swift-combine: updated transport * Updated bitrise.yml file * Fixed bitrise pipeline for swift-combine * Fixed code review comment
65 lines
1.4 KiB
Plaintext
65 lines
1.4 KiB
Plaintext
# Xcode
|
|
#
|
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
|
|
## Build generated
|
|
build/
|
|
DerivedData
|
|
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
|
|
## Other
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
*.ipa
|
|
|
|
## Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# Swift Package Manager
|
|
#
|
|
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
|
# Packages/
|
|
.build/
|
|
.swiftpm
|
|
|
|
# CocoaPods
|
|
#
|
|
# We recommend against adding the Pods directory to your .gitignore. However
|
|
# you should judge for yourself, the pros and cons are mentioned at:
|
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
|
#
|
|
# Pods/
|
|
|
|
# Carthage
|
|
#
|
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
|
# Carthage/Checkouts
|
|
|
|
Carthage/Build
|
|
|
|
# fastlane
|
|
#
|
|
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
|
# screenshots whenever they are needed.
|
|
# For more information about the recommended setup visit:
|
|
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
|
|
|
|
fastlane/report.xml
|
|
fastlane/screenshots
|