Add template files for languages, frameworks, IDEs, OS, and tools
Some checks failed
CI / test (push) Failing after 12s
Some checks failed
CI / test (push) Failing after 12s
This commit is contained in:
29
src/templates/tools/terraform.gitignore
Normal file
29
src/templates/tools/terraform.gitignore
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Terraform
|
||||||
|
*.tfstate
|
||||||
|
*.tfstate.*
|
||||||
|
*.tfvars
|
||||||
|
*.tfvars.json
|
||||||
|
crash.log
|
||||||
|
crash.*.log
|
||||||
|
*.secret
|
||||||
|
*.secret.*
|
||||||
|
|
||||||
|
# Ignore override files as they are usually used to override resources locally and so
|
||||||
|
# !override.tf override.tf
|
||||||
|
# override.tf.json
|
||||||
|
# *.override.tf
|
||||||
|
# *.override.tf.json
|
||||||
|
|
||||||
|
# Ignore CLI configuration files
|
||||||
|
.terraformrc
|
||||||
|
terraform.rc
|
||||||
|
|
||||||
|
# Ignore lock files
|
||||||
|
.terraform.lock.hcl
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.vscode/
|
||||||
Reference in New Issue
Block a user