From 85e0b2c4f42e5d44eb718d57f6278c78ebdf7aa1 Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Sat, 19 Mar 2022 13:34:25 -0300 Subject: [PATCH] Version the proto directories, but not the .proto files --- .gitignore | 4 ++-- java-examples/src/main/proto/README.md | 7 +++++++ python-examples/proto/README.md | 7 +++++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 java-examples/src/main/proto/README.md create mode 100644 python-examples/proto/README.md diff --git a/.gitignore b/.gitignore index 1892174..95e9736 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,7 @@ cli-examples/*.iml java-examples/*.iml java-examples/build java-examples/.gradle -java-examples/src/main/proto/* +java-examples/proto/*.proto proto-downloader/*.iml proto-downloader/*.proto python-examples/*.iml @@ -39,7 +39,7 @@ python-examples/bisq/api/__pycache__ python-examples/bisq/api/*.py python-examples/bisq/bots/__pycache__ python-examples/bisq/bots/bisq_events/__pycache__ -python-examples/proto/* +python-examples/proto/*.proto reference-doc-builder/*.iml reference-doc-builder/build reference-doc-builder/.gradle diff --git a/java-examples/src/main/proto/README.md b/java-examples/src/main/proto/README.md new file mode 100644 index 0000000..3ba2fa0 --- /dev/null +++ b/java-examples/src/main/proto/README.md @@ -0,0 +1,7 @@ +# Bisq Protobuffer Definition Files + +This directory holds .proto files downloaded from the Bisq source +code [repository](https://github.com/bisq-network/bisq/tree/master/proto/src/main/proto]), and they are not versioned in +this project's repository. + + diff --git a/python-examples/proto/README.md b/python-examples/proto/README.md new file mode 100644 index 0000000..3ba2fa0 --- /dev/null +++ b/python-examples/proto/README.md @@ -0,0 +1,7 @@ +# Bisq Protobuffer Definition Files + +This directory holds .proto files downloaded from the Bisq source +code [repository](https://github.com/bisq-network/bisq/tree/master/proto/src/main/proto]), and they are not versioned in +this project's repository. + +