We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4691b06 commit 0b29535Copy full SHA for 0b29535
.gitignore
@@ -1,12 +1,10 @@
1
-# Created by https://www.gitignore.io/api/swift
2
-
3
-### Swift ###
4
-# Xcode
5
6
## Build generated
7
build/
8
DerivedData/
9
+# Swift Package Manager
+.build/
+
10
## Various settings
11
*.pbxuser
12
!default.pbxuser
@@ -18,16 +16,14 @@ DerivedData/
18
16
!default.perspectivev3
19
17
xcuserdata/
20
21
-## Other
22
-*.moved-aside
23
-*.xccheckout
24
-*.xcscmblueprint
25
26
## Obj-C/Swift specific
27
*.hmap
28
*.ipa
29
*.dSYM.zip
30
*.dSYM
31
32
-# Swift Package Manager
33
-.build/
+## Other
+*.moved-aside
+*.xccheckout
+*.xcscmblueprint
+*.DS_Store
0 commit comments