Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2020-03-01 13:24:42 +0300
committerGitHub <noreply@github.com>2020-03-01 13:24:42 +0300
commit2eeec5f2fc3d94e0930303a6a1f0708440988346 (patch)
treea7e1a9b8a5d24c375690511fb857d679745ea563 /.imgbotconfig
parent07f043a023c035d7f341726d8377e762e5d5ba56 (diff)
chore: Add resources/* to ignoredFiles
Diffstat (limited to '.imgbotconfig')
-rw-r--r--.imgbotconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/.imgbotconfig b/.imgbotconfig
index 92bcc2ef..a17fb067 100644
--- a/.imgbotconfig
+++ b/.imgbotconfig
@@ -1,5 +1,7 @@
{
"schedule": "daily",
- "ignoredFiles": [],
+ "ignoredFiles": [
+ "resources/*"
+ ],
"aggressiveCompression": "true"
}