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

43 lines
717 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/
# Obsidian 粘贴图误落 vault 根(应进 开发文档/**/images/
/Pasted image*.png
/Pasted image*.jpg
/Pasted image*.jpeg