From a770eb00ef81f4ad0a17dcaef8aecc1aba9f5b8e Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 13 Jul 2026 15:02:32 -0700 Subject: [PATCH] Also ignore lowercase hugo sites. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7f7005b..608b086 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,8 @@ STAGE-* # Ignore copies of the Hugo configuration, such as "Config/Hugo-MyWebsite". Hugo-* *-Hugo +hugo-* +*-hugo # Ignore Prod and Dev copies as well. *-Prod