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
This commit is contained in:
程序员阿江(Relakkes) 2026-06-03 12:42:40 +08:00
parent 7e737cb4aa
commit 65fcc4f37d

1
.gitignore vendored
View File

@ -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/