-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (28 loc) · 727 Bytes
/
.gitignore
File metadata and controls
32 lines (28 loc) · 727 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
# MacOS
.DS_Store
# Swift Package
/.build
/Packages
xcuserdata/
DerivedData/
.swiftpm/configuration/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
# Benchmark Package
Benchmarks/.build
Benchmarks/Packages
Benchmarks/xcuserdata/
Benchmarks/DerivedData/
Benchmarks/.swiftpm/configuration/registries.json
Benchmarks/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
# Xcode
*.xcodeproj/xcuserdata/
*.xcworkspace/xcuserdata/
*.xcodeproj/project.xcworkspace/xcuserdata/
*.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
*.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
/*.gcno
**/xcshareddata/WorkspaceSettings.xcsettings
# Code Coverage
*.profraw
*.profdata