From 0efae63a1ae2c24701b1cf3604c2799b90dbb48f Mon Sep 17 00:00:00 2001 From: "A.L." Date: Wed, 18 Sep 2024 17:31:17 +0100 Subject: [PATCH] chore: update .gitignore --- .gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 440b80a..46d6b77 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,8 @@ /cache /out -# Ignores development broadcast logs -!/broadcast -/broadcast/*/31337/ -/broadcast/**/dry-run/ +# Ignores broadcast logs +/broadcast # Docs docs/ @@ -13,12 +11,12 @@ docs/ # Dotenv file .env -# slither +# slither /slither-report.md # typechain /typings -# node +# node /node_modules