From 489573b2fff8a217e3ced7cfc92cb8c7c71e47b5 Mon Sep 17 00:00:00 2001 From: Veeron Ten Date: Wed, 6 Aug 2025 19:49:09 +0200 Subject: [PATCH] Ignore Godot *.tmp files Godot creates a bunch of *.tmp files which could be committed by mistake --- Godot.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Godot.gitignore b/Godot.gitignore index 50335d9d..e00df843 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -6,6 +6,7 @@ .import/ export.cfg export_credentials.cfg +*.tmp # Imported translations (automatically generated from CSV files) *.translation