From 4b2456670bbf326e8eec318cf302b379a45a9415 Mon Sep 17 00:00:00 2001 From: Songbird Date: Tue, 14 Oct 2025 14:29:06 +0200 Subject: [PATCH] Add volumes/env/.env to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e6520c3..e6d5c6f 100644 --- a/.gitignore +++ b/.gitignore @@ -185,6 +185,9 @@ logs/ # FuzzForge project directories (user projects should manage their own .gitignore) .fuzzforge/ +# Docker volume configs (keep .env.example but ignore actual .env) +volumes/env/.env + # Test project databases and configurations test_projects/*/.fuzzforge/ test_projects/*/findings.db*