1
0
Форкнуть 0
azure-spring-apps-reference.../.gitignore

63 строки
1.2 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

2020-11-19 03:08:34 +03:00
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
2020-12-11 21:08:08 +03:00
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
2021-01-09 01:23:48 +03:00
*.plan
2020-12-11 21:08:08 +03:00
# Crash log files
crash.log
# Exclude all .tfvars files, which are likely to contain sentitive data, such as
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
#
2023-01-03 21:37:59 +03:00
#*.tfvars
2020-12-11 21:08:08 +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
# 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*
# Ignore CLI configuration files
.terraformrc
terraform.rc
.DS_Store
2021-01-09 01:23:48 +03:00
.terraform.lock.hcl