From ca47fc6884026554953e44c34436900bb250fa1a Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Sun, 1 Mar 2026 14:14:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Updates=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index bebe0f7..2b8388b 100644 --- a/.gitignore +++ b/.gitignore @@ -120,3 +120,21 @@ $RECYCLE.BIN/ *.lnk # End of https://www.toptal.com/developers/gitignore/api/windows,linux,macos,terraform,terragrunt + +### OpenTofu ### +# OpenTofu local cache directories +**/.tofu/* + +### Terraform extras ### +# Plan output files +*tfplan* + +### Ansible ### +# Retry files +*.retry + +### Secrets & keys ### +.env +.envrc +*.pem +*.key