From bcd9da4301318f01b996ac59f9f382d91eeaab6d Mon Sep 17 00:00:00 2001 From: 2977094657 <2977094657@qq.com> Date: Wed, 18 Feb 2026 16:53:12 +0800 Subject: [PATCH] =?UTF-8?q?chore(gitignore):=20=E5=BF=BD=E7=95=A5=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E6=9E=84=E5=BB=BA=E4=BA=A7=E7=89=A9=E4=B8=8E=E8=B0=83?= =?UTF-8?q?=E7=A0=94=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 忽略桌面端打包测试产物:desktop/dist-updater-test/ - 忽略本地配置与临时脚本:wechat_db_config.json、.claude/settings.local.json、tools/tmp_isaac64_compare.js - 忽略调研/外部参考仓库目录:refs/、WeFlow/、win95/、py_wx_key/ --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 6cf9ef4..3ba85a2 100644 --- a/.gitignore +++ b/.gitignore @@ -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