From b3873ffd911c17a18fac206490ec005be48d3323 Mon Sep 17 00:00:00 2001 From: godzilla5hrimp Date: Tue, 18 Aug 2026 11:25:09 +0200 Subject: [PATCH] feat: add curesd .DS_Store to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6c9fe43..c1f9aa1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Godot 4+ specific ignores .godot/* .nomedia +.DS_Store