From d7440734201bb4bb0b2305fe76cb131e1da6970d Mon Sep 17 00:00:00 2001 From: Raymonzut Date: Thu, 17 Feb 2022 09:43:36 +0100 Subject: [PATCH] Ignore generated html for VC Signed-off-by: Raymonzut --- client/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/.gitignore b/client/.gitignore index 30947c0..bcb4e32 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1,3 +1,7 @@ +public/*.html +public/error/*.html +templates/*.html + posts_custom/* !posts_custom/ExamplePostCustomFormat posts_org/*