Skip to content

Commit

Permalink
exclude additional macOS system files and folders...
Browse files Browse the repository at this point in the history
...commonly created on external drives
  • Loading branch information
samschott committed May 15, 2024
1 parent 46e330c commit a89e3ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/maestral/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a89e3ba

Please sign in to comment.