diff --git a/.gitignore b/.gitignore index 0af181c..ec9bd70 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ # Godot 4+ specific ignores .godot/ -/android/ + +# Godot-specific ignores +.import/ +export.cfg +export_credentials.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json \ No newline at end of file