Allow copies of Hugo configuration to exist outside of the Git project.

This commit is contained in:
2025-08-15 11:43:46 -07:00
parent 1ba2739665
commit dfb9a306c5

6
.gitignore vendored
View File

@@ -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