16 lines
207 B
Plaintext
16 lines
207 B
Plaintext
|
|
# Created by https://www.gitignore.io/api/vapor
|
|
|
|
### Vapor ###
|
|
Config/secrets
|
|
|
|
### Vapor Patch ###
|
|
Packages
|
|
.build
|
|
xcuserdata
|
|
*.xcodeproj
|
|
DerivedData/
|
|
.DS_Store
|
|
|
|
# End of https://www.gitignore.io/api/vapor
|