同步包路径与路由,去掉 SPA 构建步骤,对齐 Gitea 式 LICENSE,并更新规格/规则与占位 SSR。 Co-authored-by: Cursor <cursoragent@cursor.com>
26 lines
299 B
Plaintext
26 lines
299 B
Plaintext
# Git 与编辑器
|
|
.git
|
|
.gitignore
|
|
.idea
|
|
.vscode
|
|
.cursor
|
|
.trae
|
|
|
|
# 运行时数据与本地配置
|
|
data/
|
|
app.ini
|
|
tmp-cookie.txt
|
|
|
|
# 编译产物与依赖缓存
|
|
dist/
|
|
web_src/node_modules/
|
|
public/assets/
|
|
node_modules/
|
|
.vite/
|
|
|
|
# 文档与截图(不参与镜像构建)
|
|
docs/
|
|
|
|
# 计划文件
|
|
*.plan.md
|