11 stable releases
3.0.2 | Oct 14, 2024 |
---|---|
3.0.1 | Apr 28, 2024 |
2.1.0 | Jan 4, 2024 |
1.3.2 | Nov 26, 2023 |
1.0.0 | Jun 16, 2022 |
#500 in Filesystem
65,545 downloads per month
Used in 32 crates
(12 directly)
50KB
1K
SLoC
Ignore files
Find, parse, and interpret ignore files.
- API documentation.
- Licensed under Apache 2.0.
- Status: done.
lib.rs
:
Find, parse, and interpret ignore files.
Ignore files are files that contain ignore patterns, often following the .gitignore
format.
There may be one or more global ignore files, which apply everywhere, and one or more per-folder
ignore files, which apply to a specific folder and its subfolders. Furthermore, there may be
more ignore files in these subfolders, and so on. Discovering and interpreting all of these in
a single context is not a simple task: this is what this crate provides.
Dependencies
~16–28MB
~438K SLoC