From 4e8d13bc227b8ffdc4ce5232555cb683212b0c30 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 13 Oct 2019 14:10:10 -0400 Subject: tell imgbot to ignore vendored images Signed-off-by: Dave Henderson --- .imgbotconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.imgbotconfig b/.imgbotconfig index 76822624..78f4e0d1 100644 --- a/.imgbotconfig +++ b/.imgbotconfig @@ -1,4 +1,4 @@ { - "ignoredFiles": [ "*.svg" ], + "ignoredFiles": [ "*.svg", "vendor/*" ], "aggressiveCompression": "true" } -- cgit v1.2.3