Add other cases of prod, dev, and stage.

This commit is contained in:
2025-10-30 08:05:25 -07:00
parent 2e4520d6ae
commit 221a446996

12
.gitignore vendored
View File

@@ -39,7 +39,11 @@ Config/Hyperling.com/files/*
# Ignore things like "Config/Hyperling.com-Stage/"
*-Stage
*-stage
*-STAGE
Stage-*
stage-*
STAGE-*
# Ignore copies of the Hugo configuration, such as "Config/Hugo-MyWebsite".
Hugo-*
@@ -47,6 +51,14 @@ Hugo-*
# Ignore Prod and Dev copies as well.
*-Prod
*-prod
*-PROD
Prod-*
prod-*
PROD-*
*-Dev
*-dev
*-DEV
Dev-*
dev-*
DEV-*