commit df808ee8cfe737c3ac18c3e904c0079a69a50b42
parent e9b9a71a7ed2da68741a3017d2b668110559d23e
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date: Wed, 22 Nov 2023 00:33:23 +0100
feat(core/clean_cache): composer cache
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/src/main/kotlin/me/rhunk/snapenhance/core/action/impl/CleanCache.kt b/core/src/main/kotlin/me/rhunk/snapenhance/core/action/impl/CleanCache.kt
@@ -9,6 +9,7 @@ class CleanCache : AbstractAction() {
"files/mbgl-offline.db",
"files/native_content_manager/*",
"files/file_manager/*",
+ "files/composer_cache/*",
"files/blizzardv2/*",
"files/streaming/*",
"cache/*",