-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
57 lines (46 loc) · 811 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
47
48
49
50
51
52
53
54
55
56
57
# Swift .gitignore
#
# References:
# - https://raw.githubusercontent.com/github/gitignore/main/Swift.gitignore
# - https://github.com/vapor/vapor/blob/main/.gitignore
## OS X Folder Attributes
.DS_Store
## Obj-C/Swift Specific
*.hmap
## App Packaging
*.ipa
*.dSYM.zip
*.dSYM
## Xcode
xcuserdata/
## Xcode Playgrounds
timeline.xctimeline
playground.xcworkspace
# Visual Studio Code
.vscode
.devcontainer
## Swift Package Manager
Packages
Package.resolved
.build/
.swiftpm/
## CocoaPods
Pods/
## fastlane
fastlane/report.xml
fastlane/screenshots/**/*.png
fastlane/test_output
fastlane/[Pp]rovisioning
fastlane/[Bb]uild
fastlane/[Oo]utput
fastlane/DerivedData
fastlane/derived_data
fastlane/screenshots
fastlane/[Pp]review.html
## Dotenv
.env
.env.*
## Build / Deploy Directories
build/
deploy/
output/