diff --git a/templates/terraform.gitignore b/templates/terraform.gitignore new file mode 100644 index 0000000..3c31106 --- /dev/null +++ b/templates/terraform.gitignore @@ -0,0 +1,26 @@ +# Terraform +*.tfstate +*.tfstate.* +*.tfvars +*.tfvars.json +crash.log +crash.*.log +*.secret +*.secret.* + +# Logs +*.log + +# IDE +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db + +# Local .terraform +.terraform/