We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f81dc commit 3c14191Copy full SHA for 3c14191
1 file changed
docs/reference.md
@@ -69,6 +69,15 @@ Typos-specific ignore globs (gitignore syntax)
69
Note: the command-line overrides this by default.
70
See `--force-exclude` to ensure this field is always respected.
71
72
+Example of an include list:
73
+```toml
74
+[files]
75
+extend-exclude = [
76
+ "*",
77
+ "!something",
78
+]
79
+```
80
+
81
#### `files.ignore-hidden`
82
83
- Type: bool
0 commit comments