Skip to content

Commit

Permalink
chore: remove .gitignore additions and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Apr 21, 2022
1 parent ace3d1b commit f5b8e7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ Cargo.lock
# Local testdrive environments, mainly for development
testdrive/custom
testdrive/assert

oura.toml

oura-*.json
2 changes: 1 addition & 1 deletion book/src/sinks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ These are the existing sinks that are included as part the main _Oura_ codebase:
- [AWS S3](aws_s3.md): a sink that saves the CBOR content of the blocks as an AWS S3 object.
- [GCP PubSub](gcp_pubsub.md): a sink that sends each event as a message to a goolge cloud PubSub topic.

New sinks are being developed, information will be added in this documentation to reflect the updated list. Contributions and feature request are welcome in our [Github Repo](https://github.com/txpipe/oura).
New sinks are being developed, information will be added in this documentation to reflect the updated list. Contributions and feature request are welcome in our [Github Repo](https://github.com/txpipe/oura).

0 comments on commit f5b8e7f

Please sign in to comment.