fix: 完成 Gitea 目录改组收尾(import、构建与 LICENSE)
同步包路径与路由,去掉 SPA 构建步骤,对齐 Gitea 式 LICENSE,并更新规格/规则与占位 SSR。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -4,22 +4,28 @@
|
||||
# 本地配置(保留 app.ini.example)
|
||||
/app.ini
|
||||
|
||||
# 前端依赖与构建缓存
|
||||
# Node / 构建缓存
|
||||
/node_modules/
|
||||
/frontend/node_modules/
|
||||
/frontend/dist/
|
||||
/embed_static/static/spa/
|
||||
/web_src/node_modules/
|
||||
.vite/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Go 编译产物
|
||||
# Go 编译产物(统一进 dist/;勿把二进制扔在仓库根目录)
|
||||
/dist/
|
||||
*.exe
|
||||
/jiang13
|
||||
/jiang13-*
|
||||
!/cmd/jiang13/
|
||||
|
||||
# 临时文件
|
||||
tmp-cookie.txt
|
||||
*-err.txt
|
||||
*-out.txt
|
||||
|
||||
# 编辑器 / OS
|
||||
# 编辑器 / AI 草稿 / OS
|
||||
.idea/
|
||||
.vscode/
|
||||
.trae/
|
||||
*.swp
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user