From 0517b354da0629611254ba129c49c668091868f0 Mon Sep 17 00:00:00 2001 From: valmojr Date: Fri, 3 Nov 2023 14:06:13 -0300 Subject: [PATCH] =?UTF-8?q?adicionado=20excess=C3=A3o=20de=20binariza?= =?UTF-8?q?=C3=A7=C3=A3o=20aos=20arquivos=20jpg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hemtt/project.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.hemtt/project.toml b/.hemtt/project.toml index 80a5fff..de8e90f 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -44,3 +44,8 @@ workshop = [ "450814997", # CBA_A3 "2078457684", # BRAF Mod (Dev) ] + +[binarize] +exclude = [ + "*.jpg" +]