This repository was archived by the owner on Mar 9, 2022. It is now read-only.
File tree 1 file changed +9
-47
lines changed 1 file changed +9
-47
lines changed Original file line number Diff line number Diff line change 1
- # Xcode
2
1
3
2
VaporServer /VaporServer.xcodeproj
4
- # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
5
-
6
- # # Build generated
7
- build /
8
- DerivedData /
9
3
10
4
# # Various settings
11
5
* .pbxuser
@@ -23,47 +17,15 @@ xcuserdata/
23
17
* .xccheckout
24
18
* .xcscmblueprint
25
19
26
- # # Obj-C/Swift specific
27
- * .hmap
28
- * .ipa
29
- * .dSYM.zip
30
- * .dSYM
31
-
32
- # # Playgrounds
33
- timeline.xctimeline
34
- playground.xcworkspace
35
-
36
20
# Swift Package Manager
37
- #
38
- # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
39
- # Packages/
40
- # Package.pins
41
- # Package.resolved
42
- .build /
43
-
44
- # CocoaPods
45
- #
46
- # We recommend against adding the Pods directory to your .gitignore. However
47
- # you should judge for yourself, the pros and cons are mentioned at:
48
- # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
49
- #
50
- # Pods/
51
-
52
- # Carthage
53
- #
54
- # Add this line if you want to avoid checking in source code from Carthage dependencies.
55
- # Carthage/Checkouts
56
-
57
- Carthage /Build
21
+ VaporServer /Package.pins
22
+ VaporServer /Package.resolved
23
+ VaporServer /.build /
24
+ VaporServer /xcuserdata
25
+ VaporServer /* .xcodeproj
26
+ VaporServer /DerivedData /
27
+ VaporServer /.DS_Store
58
28
59
- # fastlane
60
- #
61
- # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
62
- # screenshots whenever they are needed.
63
- # For more information about the recommended setup visit:
64
- # https://docs.fastlane.tools/best-practices/source-control/#source-control
29
+ VaporServer /Public /py /convert /input /
30
+ VaporServer /Public /py /convert /out /*
65
31
66
- fastlane /report.xml
67
- fastlane /Preview.html
68
- fastlane /screenshots /** /* .png
69
- fastlane /test_output
You can’t perform that action at this time.
0 commit comments