diff options
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# Godot 4+ specific ignores +.godot/ + # Godot-specific ignores .import/ export.cfg @@ -9,6 +12,7 @@ export_presets.cfg # Mono-specific ignores .mono/ data_*/ +mono_crash.*.json # Blender-specific ignores *.blend[0-9]* |