mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-09-15 23:19:39 +02:00
fix: fix wcmatch not matching root directories, fix '**' to match 'zero or more'
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ A `!` prefix before a pattern negates the pattern, allowing any files matched ma
|
||||
```toml
|
||||
# All .jpg files will be ignored, except any located in the 'Photos' folder.
|
||||
*.jpg
|
||||
Photos/!*.jpg
|
||||
!Photos/*.jpg
|
||||
```
|
||||
=== "Escape a ! Symbol"
|
||||
```toml
|
||||
|
||||
Reference in New Issue
Block a user