From af31f8c4b2bb44cfaef52ca419e2a98305a50251 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Wed, 10 Sep 2025 20:52:24 +0200 Subject: [PATCH] ignore aider-related files --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d15b567 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Terraform +.terraform/ +.terraform.lock.hcl +*.tfstate +*.tfstate.backup +*.tfstate.lock.info +terraform.tfvars +terraform.tfvars.example + +# Terraform plan and output files +*.tfplan +*.tfout + + +# Aider files +*.aider*