Files
workphone-sdk/.cursorignore

56 lines
829 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.

# 工作手机 · 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/**