7 Commits

Author SHA1 Message Date
peanut ba196486c0 chore: 将后端运行时日志 backend.err 加入 gitignore
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 18:42:10 +08:00
peanut 6230e2bc8d chore: 更新 .gitignore,忽略 Playwright 快照、测试截图和 Windows 临时文件
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-11 07:54:44 +08:00
peanut 60c63850ee feat: 修复 Redis 超时问题、固定小程序端口、新增人生事件模块及优化多个页面
- 修复 Redis 超时:添加 commons-pool2 依赖,启用 Lettuce 连接池,超时提升至 15s
- 固定 mini-program H5 端口为 5175,避免与 web 项目端口冲突
- 新增人生事件(life-event)模块:表单和详情页面
- 新增 EpicScript 灵感接口(Controller/Service/DTO)
- 优化登录、引导、主页、记录、剧本详情等多个页面
- 优化服务管理脚本和 Nginx 配置

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 11:38:35 +08:00
peanut d50ac3fef9 chore: 更新.gitignore 添加 Python、AI 工具配置目录等忽略规则 2026-03-21 23:34:38 +08:00
peanut ff7c6ef75e chore: 添加 .worktrees 到 .gitignore 2026-03-17 23:50:22 +08:00
peanut 93574dbb45 chore: ignore build artifacts and logs 2026-01-14 23:17:54 +08:00
peanut 9f5a3601ea feat: 添加.gitignore文件并清理编译产物
🔧 新增功能:
- 添加完整的.gitignore文件,覆盖所有编译产物和临时文件
- 从Git跟踪中移除Maven target目录下的编译产物
- 从Git跟踪中移除日志文件和临时文件

📁 忽略文件类型:
- Maven编译产物 (target/**, *.jar, *.war等)
- 日志文件 (logs/, *.log, *.log.*)
- IDE文件 (.idea/, *.iml, .vscode/等)
- Node.js文件 (node_modules/, dist/, .env等)
- 操作系统文件 (.DS_Store, Thumbs.db等)
- 临时文件 (*.tmp, *.bak, *.swp等)
- 部署包 (packages/, *.tar.gz, *.zip等)

 优化效果:
- 减少仓库大小,提高克隆速度
- 避免提交不必要的编译产物
- 保持仓库整洁,只包含源代码
- 防止敏感配置文件意外提交
2025-07-18 11:49:36 +08:00