Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 1236dff

Browse files
committed
update .gitignore
1 parent 3f2788a commit 1236dff

File tree

1 file changed

+9
-47
lines changed

1 file changed

+9
-47
lines changed

.gitignore

Lines changed: 9 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
# Xcode
21

32
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/
93

104
## Various settings
115
*.pbxuser
@@ -23,47 +17,15 @@ xcuserdata/
2317
*.xccheckout
2418
*.xcscmblueprint
2519

26-
## Obj-C/Swift specific
27-
*.hmap
28-
*.ipa
29-
*.dSYM.zip
30-
*.dSYM
31-
32-
## Playgrounds
33-
timeline.xctimeline
34-
playground.xcworkspace
35-
3620
# 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
5828

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/*
6531

66-
fastlane/report.xml
67-
fastlane/Preview.html
68-
fastlane/screenshots/**/*.png
69-
fastlane/test_output

0 commit comments

Comments
 (0)