mirror of
https://github.com/rommapp/docs.git
synced 2026-04-23 06:54:41 +00:00
run fmt
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user