My ignores generally work fine - however, I’ve just noticed that on 2 Mac laptops (using the same ignore rules) aren’t ignoring some files, but are saying “Permission Denied” as the reason.
|.DocumentRevisions-V100|permission denied|
|.Spotlight-V100|operation not permitted|
|.TemporaryItems|permission denied|
|.Trashes|permission denied|
In my ignores:
(?d).Trashes
(?d).Spotlight*
.*
.Spotlight-V100/
These rules SHOULD catch those files, correct? Regardless of whether they are readable?
The error message is actually a recently introduced (cosmetic) bug: The file is effectively ignored, the error is just reported before ignores are checked. If you can file an issue on github about this, that would be good. Never mind, I am in a bit of a hurry (Christmas holiday impending), I’ll do it myself Scan errors about ignored files displayed in web UI · Issue #5397 · syncthing/syncthing · GitHub