From 64a21da2822c907becbf7951d82961c1c90dca5c Mon Sep 17 00:00:00 2001 From: Ebbe Date: Sun, 23 Aug 2026 14:19:32 +0200 Subject: [PATCH] added .html to ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e72719d..905daba 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ # Built Visual Studio Code Extensions *.vsix -.env \ No newline at end of file +.env +*.html \ No newline at end of file