diff --git a/Go.gitignore b/Go.gitignore index 3b735ec4..1a465d7d 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -19,3 +19,6 @@ # Go workspace file go.work + +# Delve debugger binary +__debug_bin*