mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
docs: small changes&updates (#9059)
* Updates * Adding information to the PR Checklist * fix #5644 * PR feedback * suggestions * Revert dbname
This commit is contained in:
parent
dd8d7732de
commit
6f82f220b8
6 changed files with 18 additions and 2 deletions
|
|
@ -40,7 +40,7 @@
|
|||
folders that contain files you don't want to import, such as RAW files.
|
||||
<br /><br />
|
||||
Add exclusion patterns. Globbing using *, **, and ? is supported. To ignore all files in any directory named "Raw",
|
||||
use "**/Raw/**". To ignore all files ending in ".tif", use "**/*.tif". To ignore an absolute path, use "/path/to/ignore".
|
||||
use "**/Raw/**". To ignore all files ending in ".tif", use "**/*.tif". To ignore an absolute path, use "/path/to/ignore/**".
|
||||
</p>
|
||||
<div class="my-4 flex flex-col gap-2">
|
||||
<label class="immich-form-label" for="exclusionPattern">Pattern</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue