From 0205780d0bb3d03439cf4cd7483512c00cd83bb1 Mon Sep 17 00:00:00 2001 From: joel Date: Tue, 28 Apr 2026 18:12:12 +0100 Subject: [PATCH] Added DS_Store to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0af181c..576ba97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ # Godot 4+ specific ignores .godot/ /android/ + + +# Apple ignores +.DS_Store