mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-05-18 12:04:14 +00:00
Version the proto directories, but not the .proto files
This commit is contained in:
parent
ab0368db20
commit
85e0b2c4f4
4
.gitignore
vendored
4
.gitignore
vendored
@ -29,7 +29,7 @@ cli-examples/*.iml
|
|||||||
java-examples/*.iml
|
java-examples/*.iml
|
||||||
java-examples/build
|
java-examples/build
|
||||||
java-examples/.gradle
|
java-examples/.gradle
|
||||||
java-examples/src/main/proto/*
|
java-examples/proto/*.proto
|
||||||
proto-downloader/*.iml
|
proto-downloader/*.iml
|
||||||
proto-downloader/*.proto
|
proto-downloader/*.proto
|
||||||
python-examples/*.iml
|
python-examples/*.iml
|
||||||
@ -39,7 +39,7 @@ python-examples/bisq/api/__pycache__
|
|||||||
python-examples/bisq/api/*.py
|
python-examples/bisq/api/*.py
|
||||||
python-examples/bisq/bots/__pycache__
|
python-examples/bisq/bots/__pycache__
|
||||||
python-examples/bisq/bots/bisq_events/__pycache__
|
python-examples/bisq/bots/bisq_events/__pycache__
|
||||||
python-examples/proto/*
|
python-examples/proto/*.proto
|
||||||
reference-doc-builder/*.iml
|
reference-doc-builder/*.iml
|
||||||
reference-doc-builder/build
|
reference-doc-builder/build
|
||||||
reference-doc-builder/.gradle
|
reference-doc-builder/.gradle
|
||||||
|
|||||||
7
java-examples/src/main/proto/README.md
Normal file
7
java-examples/src/main/proto/README.md
Normal file
@ -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.
|
||||||
|
|
||||||
|
|
||||||
7
python-examples/proto/README.md
Normal file
7
python-examples/proto/README.md
Normal file
@ -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.
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user