From 490fa40bad88fcd0ac463a324039a83c11433416 Mon Sep 17 00:00:00 2001 From: Mike Wheway <22455168+Taegost@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:10:24 -0500 Subject: [PATCH] Update Godot.gitignore to ignore temp files Godot sometimes creates .tmp files in the source directories that we don't want to source control. --- Godot.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Godot.gitignore b/Godot.gitignore index d9aac213..8f7db87b 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -5,6 +5,7 @@ .import/ export.cfg export_presets.cfg +*.tmp # Imported translations (automatically generated from CSV files) *.translation