Revert hidden directory ignore pattern (#16077)

This commit is contained in:
theguymadmax
2026-01-22 19:39:55 -05:00
committed by GitHub
parent 10662e75e4
commit 644327eb76
2 changed files with 6 additions and 3 deletions

View File

@@ -50,6 +50,10 @@ namespace Emby.Server.Implementations.Library
"**/lost+found",
"**/subs/**",
"**/subs",
"**/.snapshots/**",
"**/.snapshots",
"**/.snapshot/**",
"**/.snapshot",
// Trickplay files
"**/*.trickplay",
@@ -83,7 +87,6 @@ namespace Emby.Server.Implementations.Library
// Unix hidden files
"**/.*",
"**/.*/**",
// Mac - if you ever remove the above.
// "**/._*",