feat(server): synology exclusion patterns (#15773)
feat: add synology exclusion patternspull/15780/head
parent
4fd8c1b3c1
commit
ca79e25a6e
|
|
@ -223,7 +223,7 @@ export class LibraryService extends BaseService {
|
|||
ownerId: dto.ownerId,
|
||||
name: dto.name ?? 'New External Library',
|
||||
importPaths: dto.importPaths ?? [],
|
||||
exclusionPatterns: dto.exclusionPatterns ?? ['**/@eaDir/**', '**/._*'],
|
||||
exclusionPatterns: dto.exclusionPatterns ?? ['**/@eaDir/**', '**/._*', '**/#recycle/**', '**/#snapshot/**'],
|
||||
});
|
||||
return mapLibrary(library);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue