diff --git a/.gitignore b/.gitignore index 3f5c6a6d..fe2fd25f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,3 @@ Cargo.lock # Local testdrive environments, mainly for development testdrive/custom testdrive/assert - -oura.toml - -oura-*.json \ No newline at end of file diff --git a/book/src/sinks/README.md b/book/src/sinks/README.md index 10e9efbe..ea4a2ae1 100644 --- a/book/src/sinks/README.md +++ b/book/src/sinks/README.md @@ -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). \ No newline at end of file