From 37cbbf915d182d4cf0451d2b6b719997eb2a448b Mon Sep 17 00:00:00 2001 From: Tiger Date: Sun, 11 Jan 2026 19:23:38 +0100 Subject: [PATCH] chore: nested gitignore, godot project doesn't filter correctly --- src/.gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/.gitignore diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..7cdc8c4 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,21 @@ +# Godot 4+ specific ignores +.godot/ +.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 + +# Godot backups +*.old +*.old.*