From 6e094f713fd9b0e2c5928ade8fbd8c57d9d8e757 Mon Sep 17 00:00:00 2001 From: Nat Allan <19149206+Truxnell@users.noreply.github.com> Date: Sun, 16 Apr 2023 18:37:17 +1000 Subject: [PATCH] feat: add terraform ignores --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 603a4ca1c5..867cb7b539 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,17 @@ ansible/roles/andrewrothstein.calicoctl* node_modules mitogen* +# Terraform +## Local .terraform directories +**/.terraform/* + +## .tfstate files +*.tfstate +*.tfstate.* + +## terraform plan output +*tfplan* + # Test python utils tests/__pycache__