初始化2
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user