Version the proto directories, but not the .proto files

This commit is contained in:
ghubstan 2022-03-19 13:34:25 -03:00
parent ab0368db20
commit 85e0b2c4f4
No known key found for this signature in database
GPG Key ID: E35592D6800A861E
3 changed files with 16 additions and 2 deletions

4
.gitignore vendored
View File

@ -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

View 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.

View 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.