https://github.com/tendermint/tendermint
Raw File
Tip revision: ecd3cbc2bd1c28987dcac327072a88e290a6fc5e authored by QuantumExplorer on 25 September 2020, 04:38:28 UTC
fix a few typos (#5402)
Tip revision: ecd3cbc
.gitignore
*.swp
*.swo
.bak
*.bak
.DS_Store
build/*
rpc/test/.tendermint
.tendermint
remote_dump
.revision
vendor
.vagrant
test/p2p/data/
test/logs
coverage.txt
docs/_build
docs/dist
docs/.vuepress/dist
*.log
abci-cli
docs/node_modules/
index.html.md

scripts/wal2json/wal2json
scripts/cutWALUntil/cutWALUntil

.idea/
*.iml

.vscode/

libs/pubsub/query/fuzz_test/output
shunit2

.tendermint-lite
addrbook.json

*/vendor
.vendor-new/
*/.glide
.terraform
terraform.tfstate
terraform.tfstate.backup
terraform.tfstate.d

profile\.out
back to top