From ed85aee58e7eaf5d10a65d84cd342166d724a8e6 Mon Sep 17 00:00:00 2001 From: Ethan Wong Date: Mon, 5 Sep 2022 13:26:48 +0800 Subject: [PATCH] Refine .xcworkspace ignores for CocoaPods --- Objective-C.gitignore | 1 + Swift.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 7801c930..93ed9a28 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -40,6 +40,7 @@ DerivedData/ # # Add this line if you want to avoid checking in source code from the Xcode workspace # *.xcworkspace +# !*.xcodeproj/project.xcworkspace # Carthage # diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674..52c5b075 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -58,6 +58,7 @@ playground.xcworkspace # # Add this line if you want to avoid checking in source code from the Xcode workspace # *.xcworkspace +# !*.xcodeproj/project.xcworkspace # Carthage #