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/" | # Ignore things like "Config/Hyperling.com-Stage/" | ||||||
| *-Stage | *-Stage | ||||||
|  | *-stage | ||||||
|  | *-STAGE | ||||||
| Stage-* | Stage-* | ||||||
|  | stage-* | ||||||
|  | STAGE-* | ||||||
|  |  | ||||||
| # Ignore copies of the Hugo configuration, such as "Config/Hugo-MyWebsite". | # Ignore copies of the Hugo configuration, such as "Config/Hugo-MyWebsite". | ||||||
| Hugo-* | Hugo-* | ||||||
| @@ -47,6 +51,14 @@ Hugo-* | |||||||
|  |  | ||||||
| # Ignore Prod and Dev copies as well. | # Ignore Prod and Dev copies as well. | ||||||
| *-Prod | *-Prod | ||||||
|  | *-prod | ||||||
|  | *-PROD | ||||||
| Prod-* | Prod-* | ||||||
|  | prod-* | ||||||
|  | PROD-* | ||||||
| *-Dev | *-Dev | ||||||
|  | *-dev | ||||||
|  | *-DEV | ||||||
| Dev-* | Dev-* | ||||||
|  | dev-* | ||||||
|  | DEV-* | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user