From 37aa182c543bfdbccbed88f711ce473e0bf8ec8d Mon Sep 17 00:00:00 2001 From: Coelacanthus Date: Thu, 15 Apr 2021 21:11:41 +0800 Subject: [PATCH] style: add imgbot config --- .imgbotconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .imgbotconfig diff --git a/.imgbotconfig b/.imgbotconfig new file mode 100644 index 00000000..280985d0 --- /dev/null +++ b/.imgbotconfig @@ -0,0 +1,6 @@ +{ + "schedule": "weekly", // daily|weekly|monthly + "ignoredFiles": [ + "*.svg" + ] +}