Skip to content

Commit aa8a3e6

Browse files
committed
chore: gitignore pod install artifacts (Podfile.lock / Gemfile.lock / xcworkspace)
1 parent eb4d9e8 commit aa8a3e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ android.iml
4444
# Cocoapods
4545
#
4646
example/ios/Pods
47+
example/ios/Podfile.lock
48+
example/ios/*.xcworkspace
4749

4850
# Ruby
4951
example/vendor/
52+
example/Gemfile.lock
5053

5154
# node.js
5255
#

0 commit comments

Comments
 (0)