handleCancel()}>

Add Exclusion pattern

handleSubmit()} autocomplete="off">

Exclusion patterns lets you ignore files and folders when scanning your library. This is useful if you have folders that contain files you don't want to import, such as RAW files.

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".

{#if canDelete} {/if}