From 3a01d9659f0c571fd2fcaab7f92291656841bc54 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 12 Feb 2026 23:22:16 +0100 Subject: [PATCH] chore(config): add .uid and recursive .import to gitignore Godot 4.6 generates .uid files for script resources and .import files in subdirectories. Both are editor-local and should not be tracked. Co-Authored-By: Claude Opus 4.6 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2f2a06b4b..2cbe232e8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ server/target/ client/.godot/ client/export/ client/reports/ -client/*.import +client/**/*.import client/**/*.uid client/tooling/sprite_renderer/output/*.png