From 43a40f71342931fcc865c6c9df956d68a9af13ff Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Tue, 24 Jun 2025 21:43:58 +0200 Subject: [PATCH] chore: added more to ignor in gitignore --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.gitignore b/.gitignore index 0af181c..4cd8c88 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,31 @@ # Godot 4+ specific ignores .godot/ /android/ +.temp +.nomedia +.TMP +*~libgit* +exported_binarys + +# Godot-specific ignores +.import/ +export.cfg +export_credentials.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json +mono_crash.*.json + +# Blender temp files +*.blend[1-9]* +*.blend~ + +# Draw.IO temp files + +*.bkp