ignored 0.0.6

A Rust implementation of the .gitignore file format for quickly checking whether a path is ignored by git - without invoking the git cli.
Documentation
1
2
3
4
5
6
[default]
extend-ignore-identifiers-re = [
    # Some tests use `foo` with `!` (a negation in glob patterns) inside
    # the word to test escaping
    "fo",
]