Files
workphone-sdk/.obsidianignore
Manus AI 42fe10401a 1
1
2026-05-24 17:50:04 +08:00

39 lines
861 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Obsidian 只读开发文档;以下目录/file 勿索引(否则 25 万+ 文件卡死「加载仓库中」)
# 维护说明见 开发文档/00-项目总览/README.md
# 微信解包产物(~22 万文件)
sdk/scripts/gadget_work/
# APK 解包与逆向资料(~2.8 万文件)
资料/apk_analysis/
# 二进制 / 安装包 / Hook 运行时
sdk/scripts/*.apk
sdk/scripts/*.so
sdk/scripts/frida-*
sdk/scripts/Magisk-*
sdk/apks/
sdk/tmp/
sdk/tmp_rom/
# 日志与缓存
sdk/logs/
sdk/data/operation_logs/
.git/
node_modules/
__pycache__/
*.pyc
.cache/
.gradle/
build/
dist/
# 代码树用 Cursor/IDE 打开即可(开发文档在 开发文档/
sdk/
# 外部调研大目录(保留 资料/*.md 在根 vault 可见)
资料/apk_analysis/
# 开发文档内嵌 git 克隆Airtest 等,~1580 文件 + 296MB
开发文档/6、后端/github-repos/