From 2fe4573882f3045690a64d92a206606d24c68859 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 16 Dec 2025 00:27:49 +0100 Subject: Ignore the test images, add types --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3d91b6b..1806055 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules -test_output.pdf -test_output.png -test_output.jpeg +test-output-no-bg.png +test-output.pdf +test-output.png +test-output.jpeg -- cgit