block-sdk/.gitignore
David Terpay 7d8a6956a7
feat: gRPC mempool service (#275)
* make file nit

* base app set up

* make file update

* makefile nit

* adding service test to e2e

* lint

* type fix

* nit

* unit test + readme
2023-12-08 13:33:58 -05:00

26 lines
359 B
Plaintext

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