From af3338e754d65694390b17c201429b19c992591c Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 23 May 2025 11:21:20 +0200 Subject: [PATCH] Ignore localhost deployments in git --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7c4a7a8..9afc5ca 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,8 @@ crytic-export .certora_internal coverage coverage.json -ignition/deployments/**/journal.jsonl + +# Ignore localhost deployments files +ignition/deployments/chain-31337 + ignition/deployments/**/build-info