summaryrefslogtreecommitdiff
path: root/.imgbotconfig
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-10-09 13:15:18 -0400
committerDave Henderson <dhenderson@gmail.com>2019-10-09 13:15:18 -0400
commitc86f80e770efb30e7aa91fe643eae99770381c3c (patch)
treef814abfef8a5fe82294be4f69b64fef3a869684e /.imgbotconfig
parentcf107ed232c43d2c7b6cef135641a14af8b5e39a (diff)
Ignore svgs
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.imgbotconfig')
-rw-r--r--.imgbotconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.imgbotconfig b/.imgbotconfig
new file mode 100644
index 00000000..76822624
--- /dev/null
+++ b/.imgbotconfig
@@ -0,0 +1,4 @@
+{
+ "ignoredFiles": [ "*.svg" ],
+ "aggressiveCompression": "true"
+}