View Single Post
Old 01-01-2021, 12:55 PM   #452
baskerville
Evangelist
baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.
 
baskerville's Avatar
 
Posts: 446
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
Quote:
Originally Posted by NiLuJe View Post
@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 View Post
@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).+|([^.][^/]*/)+\\..+)

Last edited by baskerville; 01-02-2021 at 11:48 AM.
baskerville is offline   Reply With Quote