We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a207020 commit 9e9a1cfCopy full SHA for 9e9a1cf
.gitignore
@@ -0,0 +1,39 @@
1
+# Mac OS X
2
+.DS_Store
3
+
4
+# Xcode
5
6
+## Build generated
7
+build/
8
+DerivedData
9
10
+## Various settings
11
+*.pbxuser
12
+!default.pbxuser
13
+*.mode1v3
14
+!default.mode1v3
15
+*.mode2v3
16
+!default.mode2v3
17
+*.perspectivev3
18
+!default.perspectivev3
19
+xcuserdata
20
21
+## Other
22
+*.xccheckout
23
+*.moved-aside
24
+*.xcuserstate
25
+*.xcscmblueprint
26
27
+## Obj-C/Swift specific
28
+*.hmap
29
+*.ipa
30
31
+## Playgrounds
32
+timeline.xctimeline
33
+playground.xcworkspace
34
35
+# Swift Package Manager
36
+.build/
37
38
+# Carthage
39
+Carthage/Build
0 commit comments