Files
sundynix-site/.gitignore
T
Blizzard 197f40448e feat: 换用官方 logo 原图
- 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>
2026-07-17 11:51:33 +08:00

22 lines
429 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 构建产物
bin/
web/dist/
admin/dist/
# embed 的前端产物:只保留占位 index.htmlmake 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/