From ee998eb700128a515c9621f1b115733aaf09098e Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Thu, 12 Feb 2026 11:02:20 -0500 Subject: [PATCH] add gamelist.xml to default exclude files --- backend/config/config_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/config/config_manager.py b/backend/config/config_manager.py index 690dc3ec8..79ec338fd 100644 --- a/backend/config/config_manager.py +++ b/backend/config/config_manager.py @@ -44,6 +44,7 @@ DEFAULT_EXCLUDED_FILES: Final = [ ".Trashes", ".stfolder", "@SynoResource", + "gamelist.xml", ] DEFAULT_EXCLUDED_DIRS: Final = [ "@eaDir",