From e7922a316a79452d516e885c08291f30baf9a04d Mon Sep 17 00:00:00 2001 From: QLDETK Date: Tue, 16 Dec 2025 01:38:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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