go-discover/.gitignore
frank 85f2c00b96
feat: add context support to resolve discv5 deadlock issue
(cherry picked from commit 14d13be8db633aa3b89b2cc529187c55a3461ab6)
2024-01-29 09:49:29 +08:00

18 lines
276 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
.idea