aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3772e53..0035ad6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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