diff --git a/.imgbotconfig b/.imgbotconfig new file mode 100644 index 000000000..9dcfad9d6 --- /dev/null +++ b/.imgbotconfig @@ -0,0 +1,7 @@ +{ + "ignoredFiles": [ + "node_modules/*" + ], + "compressWiki": "true", // true|false + "minKBReduced": 200 +}