From 6429c2d8a2b370b61d57ca96cb5b7913c8b84d9b Mon Sep 17 00:00:00 2001 From: Christian Lawson-Perfect Date: Sun, 9 Feb 2025 19:59:18 +0000 Subject: [PATCH] add spectres.svg to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a8c7ab0..38ededc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .make.* .DS_Store -output/ \ No newline at end of file +output/ +spectres.svg \ No newline at end of file