Skip to content

Commit c713184

Browse files
committed
search: add ".TemporaryItems" to GLOBAL_IGNORE
1 parent a304e5a commit c713184

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tagstudio/core/library/ignore.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ def _ignore_to_glob(ignore_patterns: list[str]) -> list[str]:
7070
".Trashes",
7171
"$RECYCLE.BIN",
7272
# macOS Generated -------------
73+
"._*",
7374
".DS_Store",
7475
".fseventsd",
7576
".Spotlight-V100",
76-
"._*",
77+
".TemporaryItems",
7778
"System Volume Information",
7879
]
7980
)

0 commit comments

Comments
 (0)