diff --git a/.gitignore b/.gitignore index d295286..999b484 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,13 @@ -# OS X +## macOS .DS_Store -# Xcode -# +## Xcode + +# Build generated build/ +DerivedData/ + +# Settings *.pbxuser !default.pbxuser *.mode1v3 @@ -12,10 +16,28 @@ build/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata +xcuserdata/ *.xccheckout *.moved-aside -DerivedData +*.xcuserstate + +# iOS specific *.hmap *.ipa -*.xcuserstate +*.dSYM.zip +*.dSYM + +# Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +.build/ + +# CocoaPods +Pods/ + +# Carthage +Carthage/Checkouts +Carthage/Build +