From 53091fce91ce03aae208bd0c61ee28830b34387d Mon Sep 17 00:00:00 2001 From: Malfurious Date: Fri, 21 Apr 2023 06:39:41 -0400 Subject: Update .gitignore for Godot 4 Signed-off-by: Malfurious --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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]* -- cgit v1.2.3