We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c928905 commit cfe0722Copy full SHA for cfe0722
1 file changed
.gitignore
@@ -1,11 +1,33 @@
1
+*.DS_Store
2
.DS_Store
-/.build
3
-/Packages
4
-/*.xcodeproj
5
-xcuserdata/
+*.generated.swift
+
+## Build generated
6
+build/
7
DerivedData/
-.swiftpm/config/registries.json
8
-.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
9
-.netrc
+xcuserdata/
+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/
30
Package.resolved*
-*Package.resolved
31
32
+# SwiftLint
33
+lintOutput.json
0 commit comments