diff --git a/.gitignore b/.gitignore index 4f48ad7..0035ad6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Godot 4+ specific ignores +.godot/ + # Godot-specific ignores .import/ export.cfg @@ -9,3 +12,4 @@ export_presets.cfg # Mono-specific ignores .mono/ data_*/ +mono_crash.*.json \ No newline at end of file