watchexec/crates/filterer/ignore
github-actions[bot] 1ef2fcebf1
release: ignore-files v2.0.0 (#750)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Félix Saparelli <felix@passcod.name>
2024-01-01 07:54:19 +00:00
..
src Watchexec lib v3 (#601) 2023-11-25 20:33:44 +00:00
tests Respect `applies_in` scope when processing nested ignores (#746) 2023-12-30 14:12:59 +13:00
CHANGELOG.md watchexec-filterers: fix bad publish (#715) 2023-12-09 11:24:00 +00:00
Cargo.toml release: ignore-files v2.0.0 (#750) 2024-01-01 07:54:19 +00:00
README.md Ditch MSRV policy (#510) 2023-03-02 15:33:39 +13:00
release.toml Split into more crates (#307) 2022-06-15 03:25:05 +00:00

README.md

Crates.io page API Docs Crate license: Apache 2.0 CI status

Watchexec filterer: ignore

(Sub)filterer implementation for ignore files.

This is mostly a thin layer above the ignore-files crate, and is meant to be used as part of another more general filterer. However, there's nothing wrong with using it directly if all that's needed is to handle ignore files.