mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
9 lines
149 B
Rust
9 lines
149 B
Rust
//! Ignore files: find them, parse them, interpret them.
|
|
|
|
#[doc(inline)]
|
|
pub use files::*;
|
|
#[doc(inline)]
|
|
pub use filter::*;
|
|
|
|
mod files;
|
|
mod filter;
|