From ce1fe2c85dfc8fca1dbbe67da36c38a105bae37f Mon Sep 17 00:00:00 2001 From: Grigory Lutkov Date: Sat, 15 Apr 2017 17:06:31 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 0d890d9..ddbe1cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # Xcode -# build/ +.build/ *.pbxuser !default.pbxuser *.mode1v3 @@ -18,16 +18,16 @@ DerivedData *.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/ -### -._* +# Carthage +Carthage/Build +# Mercurial .hgignore +# MacOS .DS_Store + +# Other +._*