From c88eb1e1ad4f7dc30f353de95e3cf600d59bccb5 Mon Sep 17 00:00:00 2001 From: "Kevin R. Raney" Date: Fri, 30 Jun 2023 19:50:05 -0400 Subject: [PATCH] Add macOS files .DS_Store files do not need to be stored in source control --- Objective-C.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 428cdf6e..59faac32 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -2,6 +2,9 @@ # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore +## macOS files +.DS_Store + ## User settings xcuserdata/