From f51da541f82bfa08deb006d3755e6c34829044f5 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 2 Feb 2025 14:04:21 +0100 Subject: [PATCH] gitignore --- .gitattributes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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