add ".DS_Store" to GLOBAL_IGNORE_SET

This commit is contained in:
Travis Abendshien
2024-12-04 11:23:42 -08:00
parent 4c33901a47
commit b72a2f2331

View File

@@ -19,6 +19,7 @@ GLOBAL_IGNORE_SET: set[str] = set(
".fseventsd",
".Spotlight-V100",
"System Volume Information",
".DS_Store",
]
)