From 8a2650f2a040cf636100662f041bb91bcfbed2d4 Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Wed, 11 Feb 2026 17:43:06 +0100 Subject: [PATCH] Add screenshot.png to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 29614e8..18d1532 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /screenshots/ coverage/ screenshots/ +screenshot.png