From 17a50851fb050eda80c57d537b4b690cffe9057f Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Sun, 7 Jun 2026 03:18:38 +0000 Subject: [PATCH] fix: gitignore site/ should be /site/ to avoid matching tmpl/site/ --- templates/configs/gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/configs/gitignore b/templates/configs/gitignore index 97a895d..2529535 100644 --- a/templates/configs/gitignore +++ b/templates/configs/gitignore @@ -114,7 +114,7 @@ releases/ build/ dist/ out/ -site/ +/site/ *.map *.css.map *.js.map