Exclude Text-to-Speech cache from backups (#127001)

Text-to-speech cache doesn't need to be included in backups.
pull/127005/head
Paulus Schoutsen 2024-09-28 12:22:57 -04:00 committed by GitHub
parent ddfe790995
commit 86891351f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ EXCLUDE_FROM_BACKUP = [
"*.log",
"backups/*.tar",
"OZW_Log.txt",
"tts/*",
]