Skip to content

Commit b27b950

Browse files
committed
Clarify that ignore patterns are case-insensitive
1 parent 45f0154 commit b27b950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CoreOptions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ public static function optionSpecs(): array {
274274
'1',
275275
'Paths to Ignore',
276276
'Path matching these patterns will be ignored.' .
277+
' Matches are not case-sensitive.' .
277278
' Glob syntax is supported via ' .
278279
'<a href="' .
279280
'https://github.com/PHLAK/Splat?tab=readme-ov-file#matching-expressions' .

0 commit comments

Comments
 (0)