From 0af13ff08572e9824fc4ef162ce7ddde501cccbb Mon Sep 17 00:00:00 2001 From: Jon M Date: Sun, 19 Feb 2023 20:04:58 +0000 Subject: [PATCH] Add .DS_Store to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 330d167..e27d315 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,5 @@ fastlane/test_output # https://github.com/johnno1962/injectionforxcode iOSInjectionProject/ + +.DS_Store