初始化2

This commit is contained in:
SunYF
2026-08-28 15:06:01 +08:00
parent b34325a16f
commit a9c3fbeb41
537 changed files with 176215 additions and 17 deletions
+18
View File
@@ -0,0 +1,18 @@
# 前端构建产物不纳入版本管理,仅保留手写占位 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/