From b7d748d081f5360346b908180a1a15c262dd91c5 Mon Sep 17 00:00:00 2001 From: cozis Date: Mon, 8 Jun 2026 12:36:25 +0200 Subject: [PATCH] misc: ignore .html and .txt files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8361441..3e3c64d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ ignored main mock_fs_dump *.log +*.html +*.txt