From bbd00a60200d4fb60acb36358c2a5edcd92c6f70 Mon Sep 17 00:00:00 2001 From: Mary Date: Mon, 28 Dec 2020 18:52:42 +0100 Subject: [PATCH] Ignore .DS_Store in gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 69ebd02ae..6e0c73491 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ build/ *.mgc imgui.ini +.DS_Store \ No newline at end of file