diff --git a/.gitattributes b/.gitattributes index 8ad74f7..04f0b16 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,18 @@ # Normalize EOL for all files that Git considers text files. * text=auto eol=lf + +# Godot 4+ specific ignores +.godot/ + +# 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 \ No newline at end of file