From 629f5973daf7fb0459c8410e5533f778a772bb23 Mon Sep 17 00:00:00 2001 From: Esoteric Enderman Date: Sun, 27 Oct 2024 14:36:49 +0000 Subject: [PATCH] Ignore .jpg exports --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e33609d..f10a97a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +# Exported files *.png +*.jpg