update @ Tue 1 Nov 03:43:20 EET 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-11-01 03:43:20 +02:00
parent d6e8370b67
commit e09a2457f0
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -737,6 +737,7 @@ def clean(config: Dict) -> Tuple[int, Dict]:
"content/*.min.*", "content/*.min.*",
"blog_json_hash.txt", "blog_json_hash.txt",
"manifest.json", "manifest.json",
"content/fonts/*.min.*",
} }
def remove(file: str) -> None: def remove(file: str) -> None: