From d7e7238f4558aa3768b3ac5ca3d0853683529e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Kub=C3=AD=C4=8Dek?= Date: Tue, 18 Mar 2025 13:03:17 +0100 Subject: [PATCH] Add svg files from img dir to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 263c000..443fade 100644 --- a/.gitignore +++ b/.gitignore @@ -241,3 +241,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +img/*.svg