From e50e451b1b9a2783c68b5a0594471e1915130268 Mon Sep 17 00:00:00 2001 From: mustard Date: Fri, 3 Oct 2025 23:37:28 +0200 Subject: [PATCH] chore: add variables.tf to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 03bd412..2775171 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.env +variables.tf