From 3c226bb45e4b3f790c674d85ce78525714c8156e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=20Pezz=C3=A8?= Date: Sun, 2 Aug 2020 19:43:37 +0200 Subject: [PATCH] feat: add imgbot config file --- .imgbotconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .imgbotconfig diff --git a/.imgbotconfig b/.imgbotconfig new file mode 100644 index 0000000000..5a2b22890a --- /dev/null +++ b/.imgbotconfig @@ -0,0 +1,6 @@ +{ + "ignoredFiles": [], + "aggressiveCompression": "false", + "compressWiki": "false", + "minKBReduced": 10 +}