ignored 0.0.4

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
mod git_config;
mod git_ignore;

pub use git_config::*;
pub use git_ignore::*;