18 lines
282 B
Plaintext
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/ |