Quote:
Originally Posted by NiLuJe
@baskerville:
Much more importantly than Dropbox, books bought from Kobo are in there, you definitely wouldn't want to exclude those ;p.
|
Are you sure that the exclusion pattern is involved in this case?
I'm asking because I tried
Pocket, and it seems to work fine when
.kobo isn't whitelisted.
Quote:
Originally Posted by NiLuJe
@baskerville:
If you have a pattern on hand that does both, I don't have any qualms about replacing it
|
Here's a combination of the current pattern, that matches paths that start with a hidden directories (except
.kobo* and
.adobe*), and a pattern that matches paths that start with at least one visible directory followed by an hidden directory:
Code:
(\\.(?!kobo|adobe).+|([^.][^/]*/)+\\..+)