From 15e3933aa73fafdb6b75bd6ac49121fbe8ad8715 Mon Sep 17 00:00:00 2001 From: royvardhan Date: Tue, 28 Jan 2025 23:21:22 +0530 Subject: [PATCH] chore: cleanup --- .gitignore | 1 - foundry/slither.config.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f9a5fcc..0ff5874 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,3 @@ target/ # Compiler files foundry/cache/ foundry/out/ -foundry/node_modules/ diff --git a/foundry/slither.config.json b/foundry/slither.config.json index b45e339..24abc06 100644 --- a/foundry/slither.config.json +++ b/foundry/slither.config.json @@ -1,3 +1,3 @@ { - "filter_paths": "lib,node_modules" + "filter_paths": "lib" }