-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (36 loc) · 1.04 KB
/
.gitignore
File metadata and controls
43 lines (36 loc) · 1.04 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
##################
# macOS / Operating System Files
##################
.DS_Store
.Trashes
.apdisk
##################
# Xcode
##################
# Build generated
Build/
DerivedData/
*.xcarchive
# Xcode Previews generated files
# (Sometimes these can appear outside DerivedData depending on Xcode version and setup)
Previews/
# User-specific settings (these should NOT be committed)
# These files store your personal Xcode settings, like open tabs, breakpoints, etc.
*.xcuserdatad
*.xcuserstate
*.mode1v3
*.mode2v3
# Workspace and project user data
# IMPORTANT:
# - `project.xcworkspace/xcshareddata` (and `*.xcodeproj/project.xcworkspace/xcshareddata`)
# often contain shared schemes and should generally BE COMMITTED for team collaboration.
# - `xcuserdata` folders contain per-user data and SHOULD BE IGNORED.
project.xcworkspace/xcuserdata/
*.xcodeproj/project.xcworkspace/xcuserdata/
*.xcodeproj/xcuserdata/
##################
# Swift Package Manager (SPM)
##################
# Build artifacts and local package caches generated by SPM
.build/
.swiftpm/