diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,7 @@ -# Godot-specific ignores +# Godot 4+ specific ignores .godot/ + +# Godot-specific ignores .import/ export.cfg export_presets.cfg @@ -10,3 +12,4 @@ export_presets.cfg # Mono-specific ignores .mono/ data_*/ +mono_crash.*.json
\ No newline at end of file |
