Add other cases of prod, dev, and stage.
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -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-*
|
||||
|
||||
Reference in New Issue
Block a user