From: Steve Brokenshire Date: Fri, 29 Dec 2017 12:42:52 +0000 (+0000) Subject: macOS: Ignore certain directories within the Xcode project X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=4458af7fd74f59f4a5ff02d641faca35654203e4 macOS: Ignore certain directories within the Xcode project --- diff --git a/projects/osx/.gitignore b/projects/osx/.gitignore new file mode 100644 index 0000000..6217dff --- /dev/null +++ b/projects/osx/.gitignore @@ -0,0 +1,3 @@ +XestiaCalendar.xcodeproj/project.xcworkspace/* +XestiaCalendar.xcodeproj/xcuserdata/* +XestiaCalendar.xcodeproj/xcshareddata/*