block-sdk/.gitignore
Nikhil Vasan 454d2e5f3d
feat(e2e): add integration tests (#100)
* add integration tests

* add workflow

---------

Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
2023-09-18 10:03:11 -04:00

25 lines
343 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/
# Dependency directories (remove the comment below to include it)
# vendor/
# Workspace state
go.work*
# IDE
.idea/