mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #15501] [MERGED] Fix .ignore handling for directories #14332
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/15501
Author: @theguymadmax
Created: 11/13/2025
Status: ✅ Merged
Merged: 11/14/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:fix-.ignore-handling-for-directories📝 Commits (1)
d5e8d5dFix .ignore handling for directories📊 Changes
1 file changed (+39 additions, -58 deletions)
View changed files
📝
Emby.Server.Implementations/Library/DotIgnoreIgnoreRule.cs(+39 -58)📄 Description
Directories listed in .ignore (e.g., specials/) hid their contents but not the folder itself, contrary to the documentation.
Changes
FindIgnoreFileto use a loopIsWindowsflag for OS detectionCheckIgnoreRules🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.