Skip to content

Commit cfe0722

Browse files
committed
update gitignore
1 parent c928905 commit cfe0722

1 file changed

Lines changed: 30 additions & 8 deletions

File tree

.gitignore

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
1+
*.DS_Store
12
.DS_Store
2-
/.build
3-
/Packages
4-
/*.xcodeproj
5-
xcuserdata/
3+
*.generated.swift
4+
5+
## Build generated
6+
build/
67
DerivedData/
7-
.swiftpm/config/registries.json
8-
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
9-
.netrc
8+
xcuserdata/
9+
xcshareddata/
10+
/.swiftpm
11+
*.xcuserstate
12+
13+
## Various settings
14+
*.pbxuser
15+
!default.pbxuser
16+
*.mode1v3
17+
!default.mode1v3
18+
*.mode2v3
19+
!default.mode2v3
20+
*.perspectivev3
21+
!default.perspectivev3
22+
23+
## Other
24+
*.moved-aside
25+
*.xccheckout
26+
*.xcscmblueprint
27+
28+
# Swift Package Manager
29+
.build/
1030
Package.resolved*
11-
*Package.resolved
31+
32+
# SwiftLint
33+
lintOutput.json

0 commit comments

Comments
 (0)