@@ -27,9 +27,9 @@ Fine-tune which ROMs or files are excluded.
2727Applies to ROMs that are single files (not in subfolders).
2828
2929- **extensions**: Exclude files by extension
30- - Defaults to ` ["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]`
30+ - Defaults to ` ["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]`
3131- **names**: Exclude files by name or pattern (supports Unix wildcards)
32- - Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]`
32+ - Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]`
3333
3434` ` ` yaml
3535exclude:
@@ -44,11 +44,11 @@ exclude:
4444Applies to ROMs stored as folders (multi-disc, with DLC, etc.).
4545
4646- **names**: Exclude entire folders by name
47- - Defaults to `["@eaDir", "__MACOSX", "$RECYCLE.BIN", ".Trash-*", ".stfolder", ".Spotlight-V100", ".fseventsd", ".DocumentRevisions-V100", "System Volume Information"]`
47+ - Defaults to `["@eaDir", "__MACOSX", "$RECYCLE.BIN", ".Trash-*", ".stfolder", ".Spotlight-V100", ".fseventsd", ".DocumentRevisions-V100", "System Volume Information"]`
4848- **parts.names**: Exclude files by name or pattern from within multi-file ROM folders
49- - Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]`
49+ - Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]`
5050- **parts.extensions**: Exclude files by extension from within multi-file ROM folders
51- - Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]`
51+ - Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]`
5252
5353` ` ` yaml
5454exclude:
0 commit comments