We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da16f3 commit 4b24566Copy full SHA for 4b24566
.gitignore
@@ -185,6 +185,9 @@ logs/
185
# FuzzForge project directories (user projects should manage their own .gitignore)
186
.fuzzforge/
187
188
+# Docker volume configs (keep .env.example but ignore actual .env)
189
+volumes/env/.env
190
+
191
# Test project databases and configurations
192
test_projects/*/.fuzzforge/
193
test_projects/*/findings.db*
0 commit comments