From 007d03937b6f58993ed32c29f850d2fabf947448 Mon Sep 17 00:00:00 2001 From: YYx00xZZ Date: Wed, 9 Apr 2025 13:54:59 +0300 Subject: [PATCH] gitignore all tfstate files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40f71be7a8..3eb7c6f8c1 100644 --- a/.gitignore +++ b/.gitignore @@ -77,4 +77,5 @@ hardhat/ignition/deployments/chain-31337 # Infrastructure related ignores infrastructure/secrets -infrastructure/.terraform \ No newline at end of file +infrastructure/.terraform +infrastructure/terraform.tfstate*