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