We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe0722 commit c458303Copy full SHA for c458303
1 file changed
ExampleApp/.gitignore
@@ -0,0 +1,33 @@
1
+*.DS_Store
2
+.DS_Store
3
+*.generated.swift
4
+
5
+## Build generated
6
+build/
7
+DerivedData/
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/
30
+Package.resolved*
31
32
+# SwiftLint
33
+lintOutput.json
0 commit comments