From 522578ba5f3766b4228a2c716853abcef7a1890c Mon Sep 17 00:00:00 2001 From: YYx00xZZ Date: Wed, 9 Apr 2025 12:09:17 +0300 Subject: [PATCH] ignore terraform dot folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 97815f41c8..40f71be7a8 100644 --- a/.gitignore +++ b/.gitignore @@ -76,4 +76,5 @@ hardhat/coverage.json hardhat/ignition/deployments/chain-31337 # Infrastructure related ignores -Infrastructure/secrets \ No newline at end of file +infrastructure/secrets +infrastructure/.terraform \ No newline at end of file