mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Don't exclude the full .kobo directory tree
Only exclude the useless/dangerous bits. Allows getting to the Dropbox folder. Fix #8101
This commit is contained in:
@@ -31,7 +31,13 @@ local FileChooser = Menu:extend{
|
||||
"%.sdr$",
|
||||
-- Kobo
|
||||
"^%.adobe%-digital%-editions$",
|
||||
"^%.kobo$",
|
||||
"^certificates$",
|
||||
"^custom%-dict$",
|
||||
"^dict$",
|
||||
"^iink$",
|
||||
"^kepub$",
|
||||
"^markups$",
|
||||
"^webstorage$",
|
||||
"^%.kobo%-images$",
|
||||
-- macOS
|
||||
"^%.fseventsd$",
|
||||
@@ -50,6 +56,10 @@ local FileChooser = Menu:extend{
|
||||
"^%.reading%-states$",
|
||||
},
|
||||
exclude_files = {
|
||||
-- Kobo
|
||||
"^BookReader%.sqlite",
|
||||
"^KoboReader%.sqlite",
|
||||
"^device%.salt%.conf$",
|
||||
-- macOS
|
||||
"^%.DS_Store$",
|
||||
-- *nix
|
||||
|
||||
Reference in New Issue
Block a user