From a45e0cc8c05881e9bcf8bd37f8ebd258f5499c0c Mon Sep 17 00:00:00 2001 From: "Kevin R. Raney" Date: Fri, 30 Jun 2023 19:37:57 -0400 Subject: [PATCH] add section for macOS files .DS_Store is not necessary for source control Reference: https://buildthis.com/ds_store-files-and-why-you-should-know-about-them/ --- Swift.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674..ce78614c 100644 --- a/Swift.gitignore +++ b/Swift.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/