diff --git a/.gitignore b/.gitignore index 0e0aed5..1c0a7f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Godot 4+ specific ignores -.godot/ +.godot/editor/ # Godot-specific ignores .import/ @@ -14,5 +14,8 @@ export_presets.cfg data_*/ mono_crash.*.json +# Mac-specific ignores +**/.DS_Store + # Kenney ignores -build/ \ No newline at end of file +build/