mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-15 12:53:31 +08:00
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:
parent
7e737cb4aa
commit
65fcc4f37d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user