From 7855f891859446e2548249a0c6ea0c25c1092b9c Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Fri, 20 Jun 2014 16:40:43 +0300 Subject: [PATCH] Prepared gitignore for CocoaPods and workspaces --- .gitignore | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 981b41c8..2e98e9f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ -.DS_Store - # Xcode -build/* +# +build/ *.pbxuser !default.pbxuser *.mode1v3 @@ -10,8 +9,21 @@ build/* !default.mode2v3 *.perspectivev3 !default.perspectivev3 -*.xcworkspace +project.xcworkspace !default.xcworkspace xcuserdata -profile -*.moved-aside \ No newline at end of file +*.xccheckout +*.moved-aside +DerivedData +*.hmap +*.ipa +*.xcuserstate + +# 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/ +Podfile.lock \ No newline at end of file