Files
workphone-sdk/.gitignore
Manus AI ba121c44e6 chore: 根目录收尾 · 双推脚本归位 · Hub 项目总览图
迁移 test_*.py 至 legacy;apk_analysis → 资料/;恢复 sync_to_gitea_github.sh 至 8部署/03;
Hub 架构资产增加「项目目录总览」图。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 09:16:29 +08:00

38 lines
585 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/*
!资料/apk_analysis/README.md
sdk/admin/
# 敏感配置
sdk/.env
sdk/android-app/local.properties
# 临时导出 / 运行日志 / 本地 ROM 包(勿入库)
sdk/tmp/
sdk/logs/
sdk/tmp_rom/