From ef1d4644a35cf0506fcfd8a6cea83b4f83c18982 Mon Sep 17 00:00:00 2001 From: Vigilio Desto Date: Wed, 22 Apr 2026 06:00:37 +0200 Subject: [PATCH] chore: add root public/ to .gitignore (Hugo build output) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ecdc3c3..991b134 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,8 @@ build.log postcss.dev.config.js dev.sh -# Hugo output and cache (all under site/) +# Hugo output and cache +public/ site/public/ site/resources/ site/hugo_stats.json