no need to backup userunigram files

it's just the cache for personal dictionary as read from the system
This commit is contained in:
Helium314 2024-01-28 10:50:26 +01:00
parent bf1f024082
commit 9f36109feb

View file

@ -61,9 +61,7 @@ class AdvancedSettingsFragment : SubScreenFragment() {
"blacklists/.*\\.txt".toRegex(), "blacklists/.*\\.txt".toRegex(),
"layouts/.*.(txt|json)".toRegex(), "layouts/.*.(txt|json)".toRegex(),
"dicts/.*/.*user\\.dict".toRegex(), "dicts/.*/.*user\\.dict".toRegex(),
"userunigram.*/userunigram.*\\.(body|header)".toRegex(),
"UserHistoryDictionary.*/UserHistoryDictionary.*\\.(body|header)".toRegex(), "UserHistoryDictionary.*/UserHistoryDictionary.*\\.(body|header)".toRegex(),
"spellcheck_userunigram.*/spellcheck_userunigram.*\\.(body|header)".toRegex(),
"custom_background_image.*".toRegex(), "custom_background_image.*".toRegex(),
) } ) }