We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85744ff commit d07937cCopy full SHA for d07937c
.gitignore
@@ -2,6 +2,11 @@
2
#
3
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
5
+## OS geretared
6
+.DS_Store
7
+*.DS_store
8
+**/.DS_Store
9
+
10
## Build generated
11
build/
12
DerivedData/
@@ -46,8 +51,8 @@ playground.xcworkspace
46
51
# you should judge for yourself, the pros and cons are mentioned at:
47
52
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
48
53
49
-# Pods/
50
-
54
+Pods/
55
+*.xcworkspace
56
# Carthage
57
58
# Add this line if you want to avoid checking in source code from Carthage dependencies.
0 commit comments