-
-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (49 loc) · 780 Bytes
/
Copy path.gitignore
File metadata and controls
58 lines (49 loc) · 780 Bytes
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
# Xcode project and user data
/build/
*/build/
/Build/
*/Build/
**/build/
**/Build/
*.os
*.xcodeproj/project.xcworkspace/
*.xcodeproj/xcuserdata/
*.xccheckout
*.xccurrentversion
*.xcplaygroundpage/
*.xcworkspacedata
*.xcuserstate
*.xcarchive
*.xcresult
*.xccovreport
*.xccovarchive
*.xcworkspace/xcuserdata/
*.xcuserdatad/
# Swift Package Manager (SPM)
.build/
.swiftpm/
# Project-specific temporary files
macUSB_temp/
# macOS system files
.DS_Store
.AppleDouble
.LSOverride
._*
# SourceKit-LSP artifacts
.sourcekit-lsp/
# Developer tools and editors
.vscode/
.idea/
# Logs and temporary files
*.log
*.tmp
# Build artifacts and archives
*.app
*.ipa
*.dSYM
*.zip
# Xcode DerivedData (for custom locations)
DerivedData/
.deriveddata/
# Local planning workspace
docs/plans/