-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
127 lines (100 loc) · 1.78 KB
/
.gitignore
File metadata and controls
127 lines (100 loc) · 1.78 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# ========================
# Xcode & macOS
# ========================
## Build generated
build/
DerivedData/
## User-specific files
*.xcuserdata/
*.xcuserstate
*.xcscmblueprint
*.xccheckout
## Xcode workspace
*.xcworkspace/xcshareddata/
*.xcworkspace/xcuserdata/
## Scheme management
xcuserdata
xcshareddata
## macOS files
.DS_Store
.AppleDouble
.LSOverride
# ========================
# Swift & iOS
# ========================
## Swift Package Manager
Packages/
Package.pins
Package.resolved
.swiftpm/
.build/
## CocoaPods
Pods/
Podfile.lock
## Carthage
Carthage/Build/
Carthage/Checkouts/
Carthage/Support/
## Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output/
# ========================
# Firebase & Realm
# ========================
## Firebase
GoogleService-Info.plist
## Realm
default.realm
default.realm.lock
default.realm.management/
default.realm.note
*.realm
*.realm.lock
*.realm.management/
# ========================
# Playgrounds
# ========================
timeline.xctimeline
playground.xcworkspace
# ========================
# Logs & Temp
# ========================
*.log
*.tmp
*.swp
*.bak
*.orig
*.rej
# ========================
# System files
# ========================
ehthumbs.db
Thumbs.db
desktop.ini
$RECYCLE.BIN/
# ========================
# App-specific cache
# ========================
Streamly/Resources/Cache/
Streamly/Resources/Downloads/
Streamly/Resources/Temp/
# ========================
# SwiftLint
# ========================
.swiftlint.yml
# ========================
# Env files
# ========================
.env
.env.local
.env.development
.env.production
# ========================
# Xcode 15 (new build cache)
# ========================
.xcresult/
.xcodeproj/project.xcworkspace/
.xcodeproj/xcuserdata/
*.xcarchive