From 1872659d838b058c3c853a3b7aacb51a889244ab Mon Sep 17 00:00:00 2001 From: Sanaei Date: Tue, 18 Aug 2026 12:42:49 +0200 Subject: [PATCH] chore(gitignore): fully ignore internal/web/dist, build stub included MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The !internal/web/dist/.gitkeep exception kept the dist build stub permanently visible as untracked noise and let it slip into commits four separate times (each reverted with a 'drop the accidentally committed dist build stub' commit). Nothing under dist/ is ever meant to be tracked — make dist-stub and CI recreate the stub on disk — so drop the whole exception block and let the plain dist/ rule cover it. --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 70cbf0315..f4bd435ad 100644 --- a/.gitignore +++ b/.gitignore @@ -19,9 +19,6 @@ backup/ bin/ x-ui/ dist/ -!internal/web/dist/ -internal/web/dist/* -!internal/web/dist/.gitkeep release/ node_modules/