missionlz/.gitignore

34 строки
831 B
Plaintext
Исходник Обычный вид История

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# Terraform artifacts
*.tfvars
*.terraform
*.tfstate
*.tfstate.*
terraform-provider-azurerm_v*
terraform-provider-random_v*
2021-03-23 20:37:58 +03:00
*.terraform.lock.hcl
2021-08-11 00:49:02 +03:00
# Terraform logs
crash.log
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*
*plan*
!terraform-plan.yml
!src/bicep/**
2021-08-11 00:49:02 +03:00
*.plan*
# Mac files
.DS_Store
# Ignore deploymentVariables.json as it is specific to a single instantiation of MLZ
deploymentVariables.json
2022-01-14 17:37:58 +03:00
# Ignore compiled bicep files from the examples that use the shared deployment variables file pattern.
src/bicep/examples/appServicePlan/appService.json
src/bicep/examples/containerRegistry/contRegistry.json
src/bicep/examples/keyVault/azureKeyVault.json
src/bicep/examples/tier3/tier3.json