diff options
Diffstat (limited to 'options/gitignore/Godot')
-rw-r--r-- | options/gitignore/Godot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/options/gitignore/Godot b/options/gitignore/Godot index 4f48ad79f8..d9aac213e7 100644 --- a/options/gitignore/Godot +++ b/options/gitignore/Godot @@ -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 |