From ebcaff1a057348271e917add4bdfb44aa4e4bca5 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 12 Feb 2026 23:26:39 +0100 Subject: [PATCH] chore(config): remove client .uid/.import gitignore additions These patterns were added for the renderer (now separate). Client gitignore rules are the client team's responsibility. Co-Authored-By: Claude Opus 4.6 --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b275bf765..95c78f8aa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,12 +2,10 @@ .cache/ server/target/ -# Godot +# Godot client (further ignores managed by client team) client/.godot/ client/export/ client/reports/ -client/**/*.import -client/**/*.uid # Renderer (separate Godot project for sprite pipeline) renderer/.godot/