Skip to content

Commit 0b29535

Browse files
committed
Cleanup gitignore
1 parent 4691b06 commit 0b29535

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.gitignore

+8-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# Created by https://www.gitignore.io/api/swift
2-
3-
### Swift ###
4-
# Xcode
5-
61
## Build generated
72
build/
83
DerivedData/
94

5+
# Swift Package Manager
6+
.build/
7+
108
## Various settings
119
*.pbxuser
1210
!default.pbxuser
@@ -18,16 +16,14 @@ DerivedData/
1816
!default.perspectivev3
1917
xcuserdata/
2018

21-
## Other
22-
*.moved-aside
23-
*.xccheckout
24-
*.xcscmblueprint
25-
2619
## Obj-C/Swift specific
2720
*.hmap
2821
*.ipa
2922
*.dSYM.zip
3023
*.dSYM
3124

32-
# Swift Package Manager
33-
.build/
25+
## Other
26+
*.moved-aside
27+
*.xccheckout
28+
*.xcscmblueprint
29+
*.DS_Store

0 commit comments

Comments
 (0)