From 7768bec22efd34985d54fc80aa7ac4c3268aa628 Mon Sep 17 00:00:00 2001 From: Douglas Bumby Date: Sun, 12 Jul 2015 12:07:16 +0100 Subject: [PATCH] New .gitignore; Add .DS_Store; Remove CocoaPods. --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fd0d4d5..6910fd5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,5 +16,17 @@ DerivedData *.hmap *.ipa *.xcuserstate -*.DS_Store .DS_Store + +# 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/ + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +Carthage/Checkouts +Carthage/Build