Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: PATH_IGNORES was not working on Windows (#84)
`path.to_string_lossy` returns a string including `\\` on Windows so the `contains` was not working.
- Loading branch information