From 57c208efb27b40f6f1703c8bdf1c3d44e66f0449 Mon Sep 17 00:00:00 2001 From: Callum Sykes <28632338+clicketyclackety@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:29:07 -0700 Subject: [PATCH] Update .gitignore to ignore .DS_Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4f3327987f..45dd397515 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ AppPackages /artifacts packages/ .store +.DS_Store