fix(docs): Typo in libraries exclusion pattern (#4972)

Co-authored-by: Antony Mota <amota.confluenceconseil@boiron.fr>
This commit is contained in:
Ploonet 2023-11-12 15:49:47 +01:00 committed by GitHub
parent d2509c619e
commit 98f1e85c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ Some basic examples:
- `*.tif` will exclude all files with the extension `.tif`
- `hidden.jpg` will exclude all files named `hidden.jpg`
- `**/Raw/**` will exclude all files in any directory named `Raw`
- `*.(tif,jpg)` will exclude all files with the extension `.tif` or `.jpg`
- `*.{tif,jpg}` will exclude all files with the extension `.tif` or `.jpg`
### Nightly job