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 d5b5b8f commit 890c00fCopy full SHA for 890c00f
README.md
@@ -310,7 +310,9 @@ ig.ignores('*.PNG') // false
310
311
## static `ignore.isPathValid(pathname): boolean` since 5.0.0
312
313
-Check whether the `pathname` is valid according to the [convention](#1-pathname-should-be-a-pathrelatived-pathname).
+Check whether the `pathname` is an valid `path.relative()`d path according to the [convention](#1-pathname-should-be-a-pathrelatived-pathname).
314
+
315
+This method is **NOT** used to check if an ignore pattern is valid.
316
317
```js
318
ignore.isPathValid('./foo') // false
0 commit comments