From 7d415f8bbb14f29168bd6ae9fd46448526a01110 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:10:03 +0200 Subject: [PATCH] proper way to git ignore html files --- book/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/.gitignore b/book/.gitignore index 416be9cda3..bfef5d35c7 100644 --- a/book/.gitignore +++ b/book/.gitignore @@ -1,2 +1,4 @@ /.quarto/ *.rmarkdown +*.html +!_extensions/**/*.html