Yesterday, 01:19 PM
Update #2
I found this: https://github.com/jellyfin/jellyfin.org/issues/1649
So it looks like my previous guess was not correct even though it fixed the issue for me. My .ignore file DID contain notes, which caused them to stop working because of the changes made to how .ignore files work.
I found this: https://github.com/jellyfin/jellyfin.org/issues/1649
Quote:Basically, if the file is non-empty, it's now handled like a .gitignore pathspec file, permitting granular exclusions within the folder.
However containing what you have that would thus be treated as "ignore any file(s) named excude from JellyFin" which obviously isn't intended to match anything.
So it looks like my previous guess was not correct even though it fixed the issue for me. My .ignore file DID contain notes, which caused them to stop working because of the changes made to how .ignore files work.

