mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 18:15:19 +00:00
a1f1f0d957
* add e2e test for cosmos coin conversion * add e2e test for eip712 signing of converts * update kvtool
44 lines
517 B
Plaintext
44 lines
517 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
cover.html
|
|
|
|
# Exclude build files
|
|
vendor
|
|
|
|
# IDE files
|
|
*.vscode
|
|
*.idea
|
|
node_modules
|
|
docs/node_modules
|
|
docs/.vuepress/dist
|
|
|
|
# Ignore macOS file system metadata
|
|
.DS_Store
|
|
|
|
# Ignore build outputs
|
|
out
|
|
|
|
# Ignore build cache dir
|
|
build/.cache
|
|
|
|
# Ignore installed binaires
|
|
build/bin
|
|
|
|
# Ignore build dirs
|
|
build/darwin
|
|
build/linux
|
|
|
|
# Go workspace files
|
|
go.work
|
|
go.work.sum
|