From cb06115f08671feb339a5981aae5812f5ad8594c Mon Sep 17 00:00:00 2001 From: Jose Falanga Date: Fri, 7 Aug 2026 16:24:08 -0300 Subject: [PATCH] Ignore Godot-generated uid/remap files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 69a1846..d0d0cbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .godot dist +*.uid +*.remap