Files
beige/.gitignore
yangqianqian df1856d793 上线版: 产品表单统一+form嵌套修复+用户管理+部署+三套叙事
- 产品编辑入口统一走 ProductFormFull(卖点/风格/人群/品牌词全字段);
  修复开任务页 <form> 套 <form> 致"编辑产品"报错、改不了、跳回首个产品
- dashboard 入口卡片对齐实际路由: 系统管理(/config) 与 工作配置(/settings) 分开;
  settings ?tab=products 直达改用挂载后读 URL, 消除 hydration mismatch
- 新增用户管理(users API/admin service/改密页) + alembic 022/023/024
- 上线部署: Dockerfile / docker-compose.prod+https / nginx https / .env.example
- A8 三套正交叙事(痛点/场景/成分背书) + beige 调色去AI化 + 飞轮 text_import 高权重信号

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 18:08:13 +08:00

37 lines
446 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.
# 密钥 / 环境变量(绝不入库 — CLAUDE.md 红线key 收口环境变量)
.env
.env.*
!.env.example
*.key
*.pem
# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
# Node / 前端
node_modules/
.next/
dist/
build/
# 本地数据 / 日志
logs/
*.log
.DS_Store
verify_output/
**/verify_output/
output_e2e/
**/output_e2e/
screenshot-*.png
# Celery / Redis 本地
celerybeat-schedule
dump.rdb
.env.bak
*.env.bak
*.tsbuildinfo