Files
dsp/.gitignore
T
dsp 86d0477aa1
CI / backend (push) Canceled after 0s
CI / web (push) Canceled after 0s
CI / android (push) Canceled after 0s
chore: e2e报告JSON列入忽略(本地产物不进仓)
2026-09-14 10:11:16 +08:00

43 lines
535 B
Plaintext

# ---- 依赖与构建产物 ----
*.tsbuildinfo
node_modules/
dist/
.vite/
build/
.gradle/
.gradle-dist/
app/build/
# ---- Python ----
.venv/
__pycache__/
*.pyc
.pytest_cache/
test_db.sqlite3
# ---- 运行时数据 ----
backend/media/
*.log
dsp/backend/tests/e2e/report.json
# ---- 本地环境 ----
.env
local.properties
# ---- IDE / 工具 ----
.idea/
.vscode/
.kotlin/
.playwright-mcp/
*.tar.gz
# ---- Android ----
android/.gradle/
android/build/
android/app/build/
android/.kotlin/
android/app/release/
*.apk
*.aab
dsp/.test/