Files
jackyu66gitandCursor 57687de360 feat(h5): 小程序原生顶栏 + 本地联调与一键部署
nh=1 隐藏 H5 顶栏并由 cover 承载 logo;H5 仅 4px 顶距避免重复留白。新增 dev:mp、deploy:h5 与联调文档。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-25 01:38:32 +08:00

49 lines
667 B
Plaintext

__pycache__/
*.pyc
.venv/
*.log
.env
deploy.env
.DS_Store
# ESS — machine-local root pointer(仓库内用 scripts 包装器)
.ess-root
# Node
node_modules/
dist/
*.local
# Go
apps/api/bin/
apps/api/yuxingu-api
apps/api/tmp/
apps/api/data/
*.exe
# IDE
.idea/
.vscode/
# Data / local db
*.db
.scale_results.db
# Local emulator validation + android-adb skill symlinks
# 测测对照截图本地保存,不入库:.tmp/cece-validation/
.tmp/
.tmp/cece-validation/
tools/android
tools/android-adb-docs
# OS
Thumbs.db
.gstack/
# Local secrets (never commit)
apps/api/config.local.yaml
# Playwright / Vitest artifacts
**/test-results/
**/playwright-report/