From 1971b632cc5ec3c9fb7db514e317d3729d9f5bb9 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 00000000..7cdc8c4a --- /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.*