Files
workphone-sdk/.gitignore
卡若 9118df9eee
Some checks failed
SDK CI / python-compile (push) Has been cancelled
feat: sdk agent、Android 与文档同步至 Gitea
- 新增 sdk/app/agent(Hook/Skills/Anti-ban 等)及 NAS/ADB 脚本
- 更新 Android 端、unified、PHP SDK、Docker Compose
- Soul 文档迁移至 Soul调研/;移除资料目录内 APK
- .gitignore 排除 sdk/tmp、sdk/logs、sdk/tmp_rom

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-06 18:20:14 +08:00

37 lines
545 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.

# 工作手机项目 .gitignore
.DS_Store
# 不上传的目录
.cursor/
scripts/
*.py[cod]
__pycache__/
.idea/
.vscode/
*.log
node_modules/
*.egg-info/
dist/
build/
*.pyc
# Gradle 构建产物
sdk/android-app/.gradle/
sdk/android-app/app/build/
sdk/android-app/build/
# >20MB 大文件GitHub/Gitea 限制)
开发文档/6、后端/github-repos/
sdk/apks/*.apk
apk_analysis/
sdk/admin/
# 敏感配置
sdk/.env
sdk/android-app/local.properties
# 临时导出 / 运行日志 / 本地 ROM 包(勿入库)
sdk/tmp/
sdk/logs/
sdk/tmp_rom/