From d601e334c930989c303ccc6d7c3a8d7d0f1f4bce Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 6 Dec 2021 10:53:23 +0100 Subject: [PATCH] Ignore compressed SVG files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 33f9dff..c74394c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.data *.png *.svg +*.svgz