We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8f701 commit 97f9505Copy full SHA for 97f9505
crates/ignore/README.md
@@ -1,5 +1,5 @@
1
-ignore
2
-======
+# ignore
+
3
The ignore crate provides a fast recursive directory iterator that respects
4
various filters such as globs, file types and `.gitignore` files. This crate
5
also provides lower level direct access to gitignore and file type matchers.
@@ -29,7 +29,6 @@ recursively traverse the current directory while automatically filtering out
29
files and directories according to ignore globs found in files like
30
`.ignore` and `.gitignore`:
31
32
-
33
```rust,no_run
34
use ignore::Walk;
35
0 commit comments