From 08b80aca6dc6fb50cc7d22a0cae0133f61a7cb74 Mon Sep 17 00:00:00 2001 From: Diego H Date: Fri, 19 Jan 2024 21:33:47 +0100 Subject: [PATCH] Change imgbot config --- .imgbotconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.imgbotconfig b/.imgbotconfig index 6fd346c6..930d6149 100644 --- a/.imgbotconfig +++ b/.imgbotconfig @@ -1,6 +1,8 @@ { "ignoredFiles": [ - "/tests/testthat/_snaps/*" + "/tests/testthat/_snaps/*", + "/man/figures/lifecycle*", + "inst/*" ], "compressWiki": "true", "aggressiveCompression": "true"