give HTTPRequest a public initializer
[http-swiftserver.git] / .gitignore
blob4c763bfd1740978d63bffe40eb1cc0797be1e3cb
1 # Xcode
3 # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4 *.xcodeproj
6 ## Build generated
7 build/
8 DerivedData/
10 ## Various settings
11 *.pbxuser
12 !default.pbxuser
13 *.mode1v3
14 !default.mode1v3
15 *.mode2v3
16 !default.mode2v3
17 *.perspectivev3
18 !default.perspectivev3
19 xcuserdata/
21 ## Other
22 *.moved-aside
23 *.xcuserstate
25 ## Obj-C/Swift specific
26 *.hmap
27 *.ipa
28 *.dSYM.zip
29 *.dSYM
31 ## Playgrounds
32 timeline.xctimeline
33 playground.xcworkspace
35 # Swift Package Manager
37 # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
38 # Packages/
39 .build/
41 # CocoaPods
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
47 # Pods/
49 # Carthage
51 # Add this line if you want to avoid checking in source code from Carthage dependencies.
52 # Carthage/Checkouts
54 Carthage/Build
56 # fastlane
58 # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
59 # screenshots whenever they are needed.
60 # For more information about the recommended setup visit:
61 # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
63 fastlane/report.xml
64 fastlane/Preview.html
65 fastlane/screenshots
66 fastlane/test_output
68 .DS_Store
69 /.build
70 /Packages
71 /*.xcodeproj
72 *.DS_Store
73 *.orig
74 /.idea
75 /Package.pins
76 /Package.resolved
77 docs