Skip to content

Commit d07937c

Browse files
authored
Update .gitignore
1 parent 85744ff commit d07937c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.gitignore

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
#
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

5+
## OS geretared
6+
.DS_Store
7+
*.DS_store
8+
**/.DS_Store
9+
510
## Build generated
611
build/
712
DerivedData/
@@ -46,8 +51,8 @@ playground.xcworkspace
4651
# you should judge for yourself, the pros and cons are mentioned at:
4752
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
4853
#
49-
# Pods/
50-
54+
Pods/
55+
*.xcworkspace
5156
# Carthage
5257
#
5358
# Add this line if you want to avoid checking in source code from Carthage dependencies.

0 commit comments

Comments
 (0)