Commit Graph

4 Commits

Author SHA1 Message Date
张翔 7fab39ffcf fix(gitignore): correct log/ pattern to only match root directory
The previous `log/` pattern was too broad and matched any directory
named 'log' anywhere in the path, causing Java source files in
`handler/log/` directories to be incorrectly ignored.

Changed to `/log/` to only match the log directory at project root.

Added previously ignored files:
- OperationLogHandler.java
- SysLogHandler.java
- OperationLogHandlerTest.java
- SysLogHandlerTest.java
2026-04-21 19:55:50 +08:00
张翔 666189b676 docs: 添加健身房管理系统基础设施重构实现计划 2026-04-17 18:15:26 +08:00
张翔 6e0227f905 docs: 添加健身房管理系统基础设施重构设计规格 2026-04-17 18:10:34 +08:00
张翔 104fa7e7c8 docs: reorganize documentation structure 2026-03-05 13:48:13 +08:00