chore: add root public/ to .gitignore (Hugo build output)

This commit is contained in:
Vigilio Desto 2026-04-22 06:00:37 +02:00
parent c6247aea5a
commit ef1d4644a3
Signed by: Vigo
GPG key ID: 159D6AD58C8E55E9

3
.gitignore vendored
View file

@ -4,7 +4,8 @@ build.log
postcss.dev.config.js postcss.dev.config.js
dev.sh dev.sh
# Hugo output and cache (all under site/) # Hugo output and cache
public/
site/public/ site/public/
site/resources/ site/resources/
site/hugo_stats.json site/hugo_stats.json