From 2e3dd4f9e5418ab035d2d4fb4ad7846e2284da35 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:52:19 +0000 Subject: [PATCH] chore(*): Update gitignore for MacOS --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3e16852..ca5a943 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ bin/ obj/ -.vs/ \ No newline at end of file +.vs/ +.DS_Store \ No newline at end of file