From e627953420bebd6a9c141f372a41609b69f34737 Mon Sep 17 00:00:00 2001 From: Josh Betz Date: Tue, 10 Dec 2019 16:51:59 -0600 Subject: [PATCH] Ignore xcuserdata Ignore Xcode's local user settings https://github.com/github/gitignore/blob/master/Swift.gitignore#L5-L6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fd29596..a41ca58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # OS X .DS_Store + +# Xcode user settings +xcuserdata/