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 5398ec4 commit 21e5272Copy full SHA for 21e5272
.gitignore
@@ -1,14 +1,32 @@
1
-.DS_Store
+# Xcode
2
+
3
sourcekitten-output.json
4
docs/
-/.build
5
-/Packages
6
/*.xcodeproj
7
**/xcuserdata
8
**/xcshareddata
9
-Pods/
10
-Carthage/
11
-Examples/**/Podfile.lock
12
*.xcconfig
13
*.framework.zip
14
-.idea/
+# CocoaPods
+Pods/
+Examples/**/Podfile.lock
15
16
+# Carthage
17
18
+Carthage/
19
20
+# Various
21
22
+.DS_Store
23
24
+# Swift Package Manager
25
26
+.build/
27
+Packages/
28
+.swiftpm
29
30
+# AppCode
31
32
+.idea/
0 commit comments