From c5f416fd2281c22dc8d0c6b46d567a49e4d2699d Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Mon, 17 Feb 2025 09:45:02 +0100 Subject: [PATCH] added png's to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 600d2d3..684bb8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.vscode \ No newline at end of file +.vscode +*.png \ No newline at end of file