diff --git a/src/common/config/private/PrivateConfig.ts b/src/common/config/private/PrivateConfig.ts index 50425345..61fa91c0 100644 --- a/src/common/config/private/PrivateConfig.ts +++ b/src/common/config/private/PrivateConfig.ts @@ -103,7 +103,7 @@ export module ServerConfig { ' If it doesn\'t start with \'/\' but contains a \'/\', the path is relative to the image directory.' + ' If it doesn\'t contain a \'/\', any folder with this name will be excluded.' }) - excludeFolderList: string[] = []; + excludeFolderList: string[] = ['.Trash-1000', '.dtrash', '$RECYCLE.BIN']; @ConfigProperty({arrayType: 'string', description: 'Any folder that contains a file with this name will be excluded from indexing.'}) excludeFileList: string[] = []; }