From a4a9bcfcd29baf6453a6f1fb662b41ca1bb3fb7b Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sat, 4 Feb 2023 17:55:23 +0100 Subject: [PATCH] chore: add SVGs to gitignore Signed-off-by: Matej Focko --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aa8c739..db01601 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,8 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -# ignore generate zips -static/files/**/*.zip \ No newline at end of file +# ignore generated zips +static/files/**/*.zip + +# ignore generated SVGs +static/files/**/*.svg