From e48d9c4b8aac94a1a04c1ce6e895d2c35dbd338f Mon Sep 17 00:00:00 2001 From: Nathan Rodet <nrodet@grandlyon.com> Date: Tue, 20 Dec 2022 16:55:19 +0100 Subject: [PATCH] Edited .gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1052d68..495a145 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ terraform/.terraform.lock.hcl terraform/.terraform.tfstate.lock.info terraform/terraform.tfstate* +terraform/variables-local.tf +terraform/variables-local.tfvars terraform/.terraform/* terraform/tfplan .idea -terraform/variables-local.tf -terraform/variables-local.tfvars + -- GitLab