From 8921bca30adfe3fcaa2a78eadf0c44cf79acd690 Mon Sep 17 00:00:00 2001 From: kotaindah55 Date: Fri, 18 Apr 2025 15:41:11 +0200 Subject: [PATCH] chore: add .svg extension to the ignore list --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5b5711c..e832a3c 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,5 @@ build # ignored .ignored -*.ignored \ No newline at end of file +*.ignored +*.svg \ No newline at end of file