From 3ad7958365485db2179fb98658b939206f930ff9 Mon Sep 17 00:00:00 2001 From: zerone0x Date: Fri, 6 Feb 2026 08:35:56 +0800 Subject: [PATCH] fix: untrack dist/control-ui build artifacts (#1856) The dist/control-ui/ files were committed before the dist/ gitignore rule was effective. These build artifacts get regenerated during builds, causing dirty repo errors that block the auto-update mechanism. Removes the files from git tracking while keeping them locally and respecting the existing dist/ gitignore entry. Fixes #1838 Co-authored-by: Claude