From 82aa9b50c75f365f4d0977ac8fcf5d07d17875ad Mon Sep 17 00:00:00 2001 From: lukekania Date: Wed, 15 Jul 2026 17:18:56 +0200 Subject: [PATCH] chore: ignore local /scripts dir --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fc5fc01..bc73d9b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,5 @@ MILESTONES.md .env .env.* -/scripts/bench_local.sh -/scripts/deploy_to_container.sh +/scripts/ /test/ \ No newline at end of file