From 576392b19bd528baab2805e5a745f034ff30c1d2 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Tue, 18 Aug 2026 17:45:22 -0700 Subject: [PATCH] chore(aws): retain local OpenTofu artifact ignores Keep generated plans and provider caches ignored after their owning roots move out of this repository. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 65fdd81..9e94e70 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,10 @@ .env.* .envrc +# OpenTofu local artifacts retained after root migration +**/.terraform/ +**/tfplan + # Go bin/ cover.out