Skip hidden directories and .ignore paths in library monitoring (#16029)

This commit is contained in:
theguymadmax
2026-01-16 20:45:19 -05:00
committed by GitHub
parent 8433b6d8a4
commit 2cb7fb52d2
3 changed files with 9 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ namespace Emby.Server.Implementations.Library
// Unix hidden files
"**/.*",
"**/.*/**",
// Mac - if you ever remove the above.
// "**/._*",