Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: recursive directory filtering in
ShouldExclude
Ensure ignore rule `bar/` matches directories by appending `/`. Addresses issue where `bar/` didn't catch directories. After this change, both `bar` and `bar/` rules filter out the `bar` directory and its contents.
- Loading branch information