diff --git a/.gitignore b/.gitignore index 0af181c..d9aac21 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ # 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