Add volumes/env/.env to gitignore

This commit is contained in:
Songbird
2025-10-14 14:29:06 +02:00
parent 5da16f358b
commit 4b2456670b

3
.gitignore vendored
View File

@@ -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*