From a89e3ba648ac348a3402335f36eefe4916946e28 Mon Sep 17 00:00:00 2001 From: samschott Date: Mon, 6 May 2024 20:04:04 +0200 Subject: [PATCH] exclude additional macOS system files and folders... ...commonly created on external drives --- src/maestral/constants.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/maestral/constants.py b/src/maestral/constants.py index d185894a6..e800f19d7 100644 --- a/src/maestral/constants.py +++ b/src/maestral/constants.py @@ -56,6 +56,11 @@ def resource_path(package: str, resource: str) -> ContextManager[pathlib.Path]: "thumbs.db", ".DS_Store", ".ds_tore", + ".Spotlight-V100", + ".Trashes", + ".fseventd", + ".localized", + ".TemporaryItems", "Icon\r", "icon\r", ".com.apple.timemachine.supported",