fix(gitignore): correct log/ pattern to only match root directory #2
Reference in New Issue
Block a user
Delete Branch "fix/gitignore-file"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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: