fix(gitignore): correct log/ pattern to only match root directory #2

Merged
zhangxiang merged 1 commits from fix/gitignore-file into dev 2026-04-21 19:55:31 +08:00
Owner

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
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
zhangxiang added 1 commit 2026-04-21 19:55:27 +08:00
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
zhangxiang merged commit aa0ad4dce5 into dev 2026-04-21 19:55:31 +08:00
zhangxiang deleted branch fix/gitignore-file 2026-04-21 19:55:32 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: novalon/gym-manage#2