From d444c08bb9bdbf0907b827aa9f69871dab35fdde Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Sat, 22 Jun 2019 14:57:46 -0700 Subject: [PATCH] Ignore xcuserdata/ Now that SwiftPM is more likely to checked in alongside with Xcode artifacts, ignore the commonly ignored Xcode artifacts. --- Sources/Workspace/InitPackage.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Workspace/InitPackage.swift b/Sources/Workspace/InitPackage.swift index 41e781b5655..31670b22764 100644 --- a/Sources/Workspace/InitPackage.swift +++ b/Sources/Workspace/InitPackage.swift @@ -176,6 +176,7 @@ public final class InitPackage { /.build /Packages /*.xcodeproj + xcuserdata/ """ }