Add template files for languages, frameworks, IDEs, OS, and tools
Some checks failed
CI / test (push) Failing after 12s

This commit is contained in:
2026-02-01 03:33:04 +00:00
parent dfd384b4a8
commit af1296754f

View 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/