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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The previous
log/pattern was too broad and matched any directorynamed '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: