From 807b3d8de527fbb0c8b709480f807387920be1ee Mon Sep 17 00:00:00 2001 From: nc5432 Date: Tue, 13 May 2025 11:18:20 -0400 Subject: [PATCH] Fixed .gitignore --- .gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0af181c..4f59c7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,16 @@ +# ---> Godot # Godot 4+ specific ignores .godot/ -/android/ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json