fix(qbit-manage): fix exclude patterns for orphaned data search

This commit is contained in:
SeanOMik 2024-05-10 12:54:01 -04:00
parent 5c8da624be
commit b03f5cd17e
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 2 additions and 1 deletions

View File

@ -241,7 +241,8 @@ data:
- "**/.DS_Store"
- "**/Thumbs.db"
- "**/@eaDir"
- "/storage/Torrents/.incomplete/**"
- "/storage/Torrents/incomplete/**"
- "/storage/Torrents/files/**"
- "**/*.!qB"
- "**/*_unpackerred"