-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (39 loc) · 904 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
##################
## Apple macOS ###
##################
# see Icon as end of this file
.DS_Store
###########
## Hidden SourceTree "Iconr" which is really "Icon\r"
## or add 0a 49 63 6e 6e 0d 0d 0a in binhex editor. The extra 0a brackets the 'Icon\r\r'
Icon?
###################
### Apple Xcode ###
###################
## Build generated
build/
DerivedData/
xcuserdata/
## Playgrounds
timeline.xctimeline
playground.xcworkspace
### regenerate Xcode with 'vapor update -y' or 'vapor xcode' ###
*.xcodeproj
.swiftpm
#############
### Vapor ###
#############
Config/secrets
#############################
### Swift Package Manager ###
#############################
# Do not check in Swift Package Manager dependencies.
Packages/
Package.pins
Package.resolved
.build/
#################
### Resources ###
#################
## https://www.gitignore.io/api/vapor
## https://github.com/github/gitignore