From 4843538ed142b048d0769be8c98966d73af820d4 Mon Sep 17 00:00:00 2001 From: YYx00xZZ Date: Wed, 9 Apr 2025 12:02:13 +0300 Subject: [PATCH] Ignore infrastructure secrets dir --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cb2e8191be..97815f41c8 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,6 @@ hardhat/coverage.json # Hardhat Ignition default folder for deployments against a local node hardhat/ignition/deployments/chain-31337 + +# Infrastructure related ignores +Infrastructure/secrets \ No newline at end of file