summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-04-21 06:39:41 -0400
committerMalfurious <m@lfurio.us>2023-04-21 06:39:41 -0400
commit53091fce91ce03aae208bd0c61ee28830b34387d (patch)
treedb0bccd2db259130e136b607b6796162407bf6a9 /.gitignore
parent57eaeff00597f8ae6289b935dec0c408e21759ab (diff)
downloadproject-s-53091fce91ce03aae208bd0c61ee28830b34387d.tar.gz
project-s-53091fce91ce03aae208bd0c61ee28830b34387d.zip
Update .gitignore for Godot 4
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4df08d3..13741fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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]*