diff --git a/.gitignore b/.gitignore index dfc646e..8c86cbc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# Delve debug files +*__debug_bin* + # Dependency directories (remove the comment below to include it) # vendor/