From 945539e3ae1665aaaeb3b67462714cdb106b0a54 Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Fri, 15 Nov 2024 17:31:08 -0500 Subject: [PATCH] add index.html to .gitignore (#11008) --- .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