From 4ef480d1f85cdb79e6116703ef560122d8638299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Tue, 12 May 2026 11:22:44 +0400 Subject: [PATCH] chore: ignore *.tfvars (contains secrets) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7fc6f93..4f5f7be 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .terraform/ *.tfstate *.tfstate.* +*.tfvars # Go bin/