From 3704cb5d6007ee68fad184814aeae156ac19a2a0 Mon Sep 17 00:00:00 2001 From: rory Date: Fri, 27 Oct 2023 08:33:27 -0700 Subject: [PATCH] Move comment to test change in .imgbotconfig --- .imgbotconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.imgbotconfig b/.imgbotconfig index ff5c3345cc4d..feccb69b68ad 100644 --- a/.imgbotconfig +++ b/.imgbotconfig @@ -1,6 +1,7 @@ { "ignoredFiles": [ - "assets/images/empty-state_background-fade.png" // Caused an issue with colour gradients, https://github.com/Expensify/App/issues/30499 + // Caused an issue with colour gradients, https://github.com/Expensify/App/issues/30499 + "assets/images/empty-state_background-fade.png" ], "aggressiveCompression": "false" }