Skip to content

Commit 21e5272

Browse files
committed
Update .gitignore
1 parent 5398ec4 commit 21e5272

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

.gitignore

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,32 @@
1-
.DS_Store
1+
# Xcode
2+
23
sourcekitten-output.json
34
docs/
4-
/.build
5-
/Packages
65
/*.xcodeproj
76
**/xcuserdata
87
**/xcshareddata
9-
Pods/
10-
Carthage/
11-
Examples/**/Podfile.lock
128
*.xcconfig
139
*.framework.zip
14-
.idea/
10+
11+
# CocoaPods
12+
13+
Pods/
14+
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

Comments
 (0)