From b12142f585d4286c37ea52c3d3894ea8a1e60ca9 Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Fri, 15 Nov 2024 16:17:18 -0500 Subject: [PATCH] add index.html to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index dd216c270e2..4f0bcbf66e2 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,9 @@ test.env makefile.test.env *.pytest_cache/ +# Unit test artifacts +index.html + # Translations *.mo