This commit is contained in:
Georges-Antoine Assi
2026-03-09 23:06:03 -04:00
parent bff60fe15e
commit 1e5a94de53
+5 -5
View File
@@ -27,9 +27,9 @@ Fine-tune which ROMs or files are excluded.
Applies to ROMs that are single files (not in subfolders).
- **extensions**: Exclude files by extension
- Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]`
- Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]`
- **names**: Exclude files by name or pattern (supports Unix wildcards)
- Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]`
- Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]`
```yaml
exclude:
@@ -44,11 +44,11 @@ exclude:
Applies to ROMs stored as folders (multi-disc, with DLC, etc.).
- **names**: Exclude entire folders by name
- Defaults to `["@eaDir", "__MACOSX", "$RECYCLE.BIN", ".Trash-*", ".stfolder", ".Spotlight-V100", ".fseventsd", ".DocumentRevisions-V100", "System Volume Information"]`
- Defaults to `["@eaDir", "__MACOSX", "$RECYCLE.BIN", ".Trash-*", ".stfolder", ".Spotlight-V100", ".fseventsd", ".DocumentRevisions-V100", "System Volume Information"]`
- **parts.names**: Exclude files by name or pattern from within multi-file ROM folders
- Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]`
- Defaults to `[".DS_Store", ".localized", ".Trashes", ".stfolder", "@SynoResource", "gamelist.xml"]`
- **parts.extensions**: Exclude files by extension from within multi-file ROM folders
- Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]`
- Defaults to `["db", "ini", "tmp", "bak", "lock", "log", "cache", "crdownload"]`
```yaml
exclude: