mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-02-19 14:20:51 +08:00
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:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -16,8 +16,11 @@ wheels/
|
|||||||
|
|
||||||
# Local config templates
|
# Local config templates
|
||||||
/wechat_db_config_template.json
|
/wechat_db_config_template.json
|
||||||
|
/wechat_db_config.json
|
||||||
.ace-tool/
|
.ace-tool/
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
|
/tools/tmp_isaac64_compare.js
|
||||||
|
/.claude/settings.local.json
|
||||||
|
|
||||||
# Local dev repos and data
|
# Local dev repos and data
|
||||||
/WxDatDecrypt/
|
/WxDatDecrypt/
|
||||||
@@ -26,10 +29,15 @@ pnpm-lock.yaml
|
|||||||
/vue3-wechat-tool/
|
/vue3-wechat-tool/
|
||||||
/wechatDataBackup/
|
/wechatDataBackup/
|
||||||
/wx_key/
|
/wx_key/
|
||||||
|
/refs/
|
||||||
|
/WeFlow/
|
||||||
|
/win95/
|
||||||
|
/py_wx_key/
|
||||||
|
|
||||||
# Electron desktop app
|
# Electron desktop app
|
||||||
/desktop/node_modules/
|
/desktop/node_modules/
|
||||||
/desktop/dist/
|
/desktop/dist/
|
||||||
|
/desktop/dist-updater-test/
|
||||||
/desktop/build/
|
/desktop/build/
|
||||||
/desktop/resources/ui/*
|
/desktop/resources/ui/*
|
||||||
!/desktop/resources/ui/.gitkeep
|
!/desktop/resources/ui/.gitkeep
|
||||||
|
|||||||
Reference in New Issue
Block a user