git: ignore delve debug files

pull/396/head
tjex 2 months ago
parent 6a06ded3c4
commit e4fd112b7b

3
.gitignore vendored

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

Loading…
Cancel
Save