From 34204af0c12d5d926c9b41006d75ae5943172ba9 Mon Sep 17 00:00:00 2001 From: Brandon Evans Date: Tue, 24 Nov 2020 21:12:14 -0700 Subject: [PATCH] Ignore .DS_Store --- .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