197f40448e
- S 标从 2048 原图裁切:导航/页脚/admin 用 512 webp(96KB),favicon 32/64 圆角 png,apple-touch-icon 180 - OG 分享图用完整版 logo-full.jpg(含字标),index.html 补 og:title/description/image - 自绘 SVG logo 退役;原图 8.4MB 移入 design-assets/(已 gitignore,不进构建产物) - web/dist 总体积 1.0MB Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
22 lines
429 B
Plaintext
22 lines
429 B
Plaintext
# 构建产物
|
||
bin/
|
||
web/dist/
|
||
admin/dist/
|
||
|
||
# embed 的前端产物:只保留占位 index.html,make build 会重新生成
|
||
server/internal/webfs/dist/*
|
||
!server/internal/webfs/dist/index.html
|
||
server/internal/webfs/admin_dist/*
|
||
!server/internal/webfs/admin_dist/index.html
|
||
|
||
# 本地数据库
|
||
*.db
|
||
|
||
# 本地环境配置(含数据库凭据)
|
||
.env
|
||
|
||
.DS_Store
|
||
|
||
# 品牌原始素材(大文件,不进版本库)
|
||
design-assets/
|