From dfb9a306c593a30daeba56158299ad3e480929db Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 15 Aug 2025 11:43:46 -0700 Subject: [PATCH] Allow copies of Hugo configuration to exist outside of the Git project. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba5d670..8d1d62c 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,10 @@ docker-compose.yml # 2024-01-24 Hide static files for Hyperling.com. Config/Hyperling.com/files/* -# Ignore things like Config/Hyperling.com-Stage/ +# Ignore things like "Config/Hyperling.com-Stage/"" *-Stage Stage-* + +# Ignore copies of the Hugo configuration, such as "Config/Hugo-MyWebsite". +Hugo-* +*-Hugo