-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (32 loc) · 1.14 KB
/
Copy path.gitignore
File metadata and controls
37 lines (32 loc) · 1.14 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
# ─── Secrets ────────────────────────────────────────────────
# Never commit API keys to source control. Copy Secrets.example.swift
# to Secrets.swift and fill in your own key.
Party Watcher/Secrets.swift
*.xcconfig
# ─── macOS ──────────────────────────────────────────────────
.DS_Store
.AppleDouble
.LSOverride
Icon
# ─── Xcode ──────────────────────────────────────────────────
## User settings
xcuserdata/
*.xcuserstate
*.xcscmblueprint
*.xccheckout
## Build generated
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
# ─── Swift Package Manager ──────────────────────────────────
.swiftpm/
.build/
# ─── CocoaPods / Carthage (if ever added) ──────────────────
Pods/
Carthage/Build/