From ed921dec6583665047f8870286c7a438f1f37a90 Mon Sep 17 00:00:00 2001 From: Zastinian Date: Fri, 19 Apr 2024 11:22:00 -0600 Subject: [PATCH] feat: Ignore webp images --- tmp/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmp/.gitignore b/tmp/.gitignore index bf9e782..b2bb693 100644 --- a/tmp/.gitignore +++ b/tmp/.gitignore @@ -1 +1,2 @@ -*.mp3 \ No newline at end of file +*.mp3 +*.webp \ No newline at end of file