mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #16077] [MERGED] Revert hidden directory ignore pattern #14512
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/16077
Author: @theguymadmax
Created: 1/21/2026
Status: ✅ Merged
Merged: 1/23/2026
Merged by: @crobibero
Base:
release-10.11.z← Head:revert-ignore-pattern📝 Commits (1)
79e545eRevert hidden directory ignore pattern📊 Changes
2 files changed (+6 additions, -3 deletions)
View changed files
📝
Emby.Server.Implementations/Library/IgnorePatterns.cs(+4 -1)📝
tests/Jellyfin.Server.Implementations.Tests/Library/IgnorePatternsTests.cs(+2 -2)📄 Description
Reverts the hidden directory ignore pattern introduced in #16029, due to undesired behavioral changes for library paths:
Changes
Remove
**/.*/**from ignore patternsAdd
.snapshotspatterns to ignore snapshot directories and their contentsIssues
Fixes: #16075
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.