diff --git a/.gitignore b/.gitignore index 1e502dc..b6590b2 100755 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,15 @@ # .DS_Store -# Xcode + +# Build generated # build/ +DerivedData + + +# Various settings +# *.pbxuser !default.pbxuser *.mode1v3 @@ -14,15 +20,37 @@ build/ *.perspectivev3 !default.perspectivev3 xcuserdata + + +# Other +# *.xccheckout *.moved-aside -DerivedData +*.xcuserstate +*.xcscmblueprint + + +# Obj-C/Swift specific +# *.hmap *.ipa -*.xcuserstate *.gcno *.gcda + +# Binaries +# +*.zip + + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build + + # CocoaPods # # We recommend against adding the Pods directory to your .gitignore. However