Files
workphone-sdk/.gitignore
卡若 e0a394eb0a docs: 上传资料目录
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 18:14:38 +08:00

29 lines
392 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
# 敏感配置
sdk/.env