Files
bj_power/bj_power_workstation/.gitignore
T
2026-08-28 15:06:01 +08:00

18 lines
282 B
Plaintext

# 前端构建产物不纳入版本管理,仅保留手写占位 index.html 供 go:embed
web/static/*
!web/static/index.html
# 本地 SQLite 运行数据
*.db
*.db-wal
*.db-shm
# 日志
logs/
# PDF 本地预缓存
pdf_cache/
# 前端依赖
frontend/node_modules/
frontend/dist/