diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-10-13 14:10:10 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2019-10-13 14:10:10 -0400 |
| commit | 4e8d13bc227b8ffdc4ce5232555cb683212b0c30 (patch) | |
| tree | e0048533d286a9f1a250c8f8f269acf428cfd04e | |
| parent | e23ed1ad7110e68caf0decc2d2a29100166c6d1c (diff) | |
tell imgbot to ignore vendored images
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
| -rw-r--r-- | .imgbotconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |
