From 65fcc4f37d6647abcefc815a1e0095394c6a3449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E9=98=BF=E6=B1=9F=28Relakkes?= =?UTF-8?q?=29?= Date: Wed, 3 Jun 2026 12:42:40 +0800 Subject: [PATCH] chore: ignore electron desktop build output The Electron packaging output directory is generated locally and should stay out of source control alongside the existing desktop build output ignores. Constraint: desktop/electron-dist/ is local build output, not a product source artifact. Confidence: high Scope-risk: narrow Tested: git check-ignore -v desktop/electron-dist/ Tested: git diff --check --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e4c8f5c1..a0f07676 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ artifacts/coverage/ # Desktop build output desktop/dist/ +desktop/electron-dist/ desktop/build-artifacts/ desktop/src-tauri/binaries/ desktop/src-tauri/target/