mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
17 lines
776 B
Markdown
17 lines
776 B
Markdown
[![Crates.io page](https://badgen.net/crates/v/ignore-files)](https://crates.io/crates/ignore-files)
|
|
[![API Docs](https://docs.rs/ignore-files/badge.svg)][docs]
|
|
[![Crate license: Apache 2.0](https://badgen.net/badge/license/Apache%202.0)][license]
|
|
![MSRV: 1.58.0 (minor)](https://badgen.net/badge/MSRV/1.58.0%20%28minor%29/0b7261)
|
|
[![CI status](https://github.com/watchexec/watchexec/actions/workflows/check.yml/badge.svg)](https://github.com/watchexec/watchexec/actions/workflows/check.yml)
|
|
|
|
# Ignore files
|
|
|
|
_Find, parse, and interpret ignore files._
|
|
|
|
- **[API documentation][docs]**.
|
|
- Licensed under [Apache 2.0][license].
|
|
- Minimum Supported Rust Version: 1.58.0 (incurs a minor semver bump).
|
|
- Status: done.
|
|
|
|
[docs]: https://docs.rs/ignore-files
|
|
[license]: ../../LICENSE
|