users/infinidoge: properly ignore log subdirectories

This commit is contained in:
Infinidoge 2025-03-25 09:16:52 -04:00
parent 30eeb06e74
commit e3ceabbcfd
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -50,7 +50,7 @@ in
ignore = [ ignore = [
"BelowPath cache" "BelowPath cache"
"BelowPath logs" "BelowPath logs"
"BelowPath */logs" "BelowPath **/logs"
"BelowPath meta" "BelowPath meta"
"Path metacache" "Path metacache"
]; ];