mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-28 22:01:24 +00:00
feat: add .ts_ignore pattern ignoring system (#897)
* feat: add `.ts_ignore` pattern ignoring system * fix: add wcmatch dependency * search: add ".TemporaryItems" to GLOBAL_IGNORE * add `desktop.ini` and `.localized` to global ignore * add ".fhdx" and ".ts" filetypes * chore: remove logging statement * chore: format with ruff * feat: use ripgrep for scanning if available * docs: add ignore.md * search: remove ts_ignore filtering on queries * feat: detect if files are added but ignored * fix: render edges on all unlinked thumbs * perf: don't search for cached unlinked thumbs * fix(ui): ensure newlines in file stats * fix: use ignore_to_glob for wcmatch * fix(tests): remove inconsistent test The test hinged on the timing of refresh_dir()'s yield's rather than actual values * ui: change ignored icon and color
This commit is contained in:
committed by
GitHub
parent
d00546d5fe
commit
0e7a2dfd3d
@@ -43,6 +43,7 @@ nav:
|
||||
- library/tag_categories.md
|
||||
- library/tag_color.md
|
||||
- Utilities:
|
||||
- utilities/ignore.md
|
||||
- utilities/macro.md
|
||||
- Updates:
|
||||
- updates/changelog.md
|
||||
|
||||
Reference in New Issue
Block a user