azure-grpc-telemetry-pipeline/.gitignore

44 строки
844 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2019-05-22 00:15:41 +03:00
# Local .terraform directories
**/.terraform/*
2019-03-18 19:48:47 +03:00
2019-05-22 00:15:41 +03:00
# .tfstate files
*.tfstate
*.tfstate.*
2019-03-18 19:48:47 +03:00
2019-05-22 00:15:41 +03:00
# Crash log files
crash.log
2019-03-18 19:48:47 +03:00
2019-05-22 00:15:41 +03:00
# 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.
#
*.tfvars
!sample.tfvars
2019-03-18 19:48:47 +03:00
2019-05-22 00:15:41 +03:00
# 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
2019-03-18 19:48:47 +03:00
2019-05-22 00:15:41 +03:00
# Include override files you do wish to add to version control using negated pattern
#
# !example_override.tf
2019-03-18 19:48:47 +03:00
2019-05-22 00:15:41 +03:00
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*
2019-03-18 19:48:47 +03:00
2019-05-22 00:15:41 +03:00
# Ansible files
*.playbook.retry
2019-03-18 19:48:47 +03:00
2019-05-22 00:15:41 +03:00
# Packer files
packer.log
2019-03-18 19:48:47 +03:00
2019-05-22 00:15:41 +03:00
# Python files
2019-03-18 19:48:47 +03:00
.venv
2019-05-22 00:15:41 +03:00
*.pyc
__pycache__/
2019-03-18 19:48:47 +03:00
2019-05-22 00:15:41 +03:00
refresh_token.txt