Skip to content

Commit

Permalink
Update readme and add tendermint types.pb.go to gitignore (cosmos#769)
Browse files Browse the repository at this point in the history
Fixes: cosmos#730
  • Loading branch information
nashqueue committed Apr 10, 2023
1 parent 7b7e759 commit 42e7dcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
proto/pb
proto/tendermint
proto/tendermint
types/pb/tendermint
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ go test ./...

To regenerate protobuf types:

```sh
./proto/get_deps.sh
```

```sh
./proto/gen.sh
```
Expand Down

0 comments on commit 42e7dcf

Please sign in to comment.