From 7609a2eb31b0821dc025ad0159289056c284c115 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Thu, 13 Mar 2014 09:28:13 +0000 Subject: [PATCH 1/2] [Objective-C] Remove CocoaPods ignores We shouldn't be ignoring these, it's down to the user and we shouldn't enforce them to ignore the `Pods/` directory http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control? --- Objective-C.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ecb86fa7..f0550a51 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,6 +15,3 @@ profile DerivedData *.hmap *.ipa - -# CocoaPods -Pods From a3fbb9bd29a03bcf0ae0dd50c6e7a9e3d72299da Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Tue, 18 Mar 2014 15:40:11 +0000 Subject: [PATCH 2/2] [Objective-C] Add a note about CocoaPod's Pods/ --- Objective-C.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index f0550a51..fd2593dd 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,3 +15,12 @@ profile DerivedData *.hmap *.ipa + +# CocoaPods +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control? +# +# Pods/ +