Files
workphone-sdk/.cursorignore
Manus AI a073d95f1c
Some checks failed
SDK CI / python-compile (push) Has been cancelled
chore: GitHub源码文档交接快照 2026-07-19
保留源码与部署文档,排除超大二进制和本地运行配置。
2026-07-19 16:16:14 +08:00

56 lines
829 B
Plaintext
Raw Permalink 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.

# 工作手机 · Cursor 忽略(防持续上传/索引)
# 根因:反编译产物 ~45 万文件Agent 会反复同步到云端
# APK 反编译与资料(最大头)
资料/**
**/apk_analysis/**
# 微信反编译 / jadx / smali 产物
sdk/tmp/**
sdk/scripts/gadget_work/**
**/jadx_out/**
**/wechat_decompiled/**
**/smali/**
**/smali_classes*/**
# 依赖与构建
**/node_modules/**
**/.pnpm-store/**
**/.yarn/**
**/.npm/**
**/.venv/**
**/venv/**
**/__pycache__/**
**/.pytest_cache/**
**/dist/**
**/build/**
**/.next/**
**/.turbo/**
**/target/**
**/.gradle/**
**/.m2/**
**/vendor/**
**/coverage/**
# 缓存与索引
**/.cache/**
**/.codegraph/**
**/.cursor/**
**/.git/objects/**
# 大文件
**/*.apk
**/*.aab
**/*.dex
**/*.so
**/*.jar
**/*.zip
**/*.7z
**/*.dmg
**/*.mp4
**/*.mov
**/*.MP4
**/*.MOV
**/*.log
**/logs/**