chore(gitignore): 忽略本地构建产物与调研仓库

- 忽略桌面端打包测试产物:desktop/dist-updater-test/

- 忽略本地配置与临时脚本:wechat_db_config.json、.claude/settings.local.json、tools/tmp_isaac64_compare.js

- 忽略调研/外部参考仓库目录:refs/、WeFlow/、win95/、py_wx_key/
This commit is contained in:
2977094657
2026-02-18 16:53:12 +08:00
parent ce5979b60e
commit bcd9da4301

8
.gitignore vendored
View File

@@ -16,8 +16,11 @@ wheels/
# Local config templates
/wechat_db_config_template.json
/wechat_db_config.json
.ace-tool/
pnpm-lock.yaml
/tools/tmp_isaac64_compare.js
/.claude/settings.local.json
# Local dev repos and data
/WxDatDecrypt/
@@ -26,10 +29,15 @@ pnpm-lock.yaml
/vue3-wechat-tool/
/wechatDataBackup/
/wx_key/
/refs/
/WeFlow/
/win95/
/py_wx_key/
# Electron desktop app
/desktop/node_modules/
/desktop/dist/
/desktop/dist-updater-test/
/desktop/build/
/desktop/resources/ui/*
!/desktop/resources/ui/.gitkeep