Skip to content

Commit cf55301

Browse files
tresoramanzakas
andauthored
docs: better text
Co-authored-by: Nicholas C. Zakas <[email protected]>
1 parent b310538 commit cf55301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/use/configure/configuration-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Global and non-global `ignores` have some usage differences:
218218
* patterns in non-global `ignores` only match the files (`dir/filename.js`) or files within directories (`dir/**`)
219219
* patterns in global `ignores` can match directories (`dir/`) in addition to the patterns that non-global ignores supports.
220220

221-
In any case (non-global or global):
221+
For all uses of `ignores`:
222222

223223
* the glob patterns you define are added after the default patterns, which are `["**/node_modules/", ".git/"]`
224224
* glob patterns always match files and directories that begin with a dot, such as `.foo.js` or `.fixtures`, unless those files are explicitly ignored. The only dot directory ignored by default is `.git`

0 commit comments

Comments
 (0)