AKS-Landing-Zone-Accelerator/.gitignore

81 строка
1.5 KiB
Plaintext
Исходник Обычный вид История

2022-01-01 04:43:02 +03:00
# Local .terraform directories
**/.terraform/*
2021-06-18 10:25:13 +03:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
2021-08-07 09:10:03 +03:00
# Local .terraform directories
**/.terraform/*
.terraform
**.tfbackend**
2022-01-01 04:43:02 +03:00
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
# .tfvars files are managed as part of configuration and so should be included in
# version control.
#
# example.tfvars
# Ignore override files as they are usually used to override resources locally and so
# are not checked in
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Include override files you do wish to add to version control using negated pattern
#
# !example_override.tf
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*
2021-08-07 09:10:03 +03:00
*.tfvars
*.hcl
2021-08-19 00:31:46 +03:00
*.vs
2021-10-27 05:24:10 +03:00
2023-02-20 21:41:14 +03:00
!.vscode/cspell.json #workspace spelling should be source controlled
# Ignore any .tfvars files that are generated automatically for each Terraform run
2023-02-21 12:35:04 +03:00
**/*.tfvars
**/*.tfvars.json
2023-02-20 21:43:56 +03:00
2023-02-20 21:46:45 +03:00
*tfplan.json
2023-02-21 12:35:04 +03:00
**/tfplan.json
*tfplan
2023-02-20 21:47:18 +03:00
**/tfplan
2023-02-21 12:35:04 +03:00
**/.terraform
**/*.tfstate
**/*.tfplan
.DS_Store
**/terraform.tfstate.d
**/terraform.tfstate.backup
**/.terraform.tfstate.lock.info
**/*.lock.hcl
2023-02-21 12:45:00 +03:00
.infracost/*
2023-08-14 18:12:01 +03:00
**/.infracost/*
#Kubernetes secrets
**/env-configmap.yaml
**/secret=provider-class.yaml
**/svc-accounts.yaml