From 6a494184799b54e22c35880aba4231e4d92bab62 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 15 Aug 2024 11:08:26 +0100 Subject: chore: create .gitignore for main --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd44594 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Terraform +*.tfstate +*.tfstate.* +*.tfvars +*.tfvars.json +.terraform.tfstate.lock.info +.terraform/ +.terraform* + +# Output Files +*.zip +log* + +# OS-Related Files +.DS_Store -- cgit v1.2.3