From 196b55bf2955b25d62b3f5d99211b9e296c527ea Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Wed, 16 Mar 2022 17:35:24 -0300 Subject: [PATCH] Do not version Bisq's .proto files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 64d4c20..9a48b96 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ java-examples/build java-examples/.gradle java-examples/src/main/proto/* proto-downloader/*.iml +proto-downloader/*.proto python-examples/*.iml python-examples/bisq/api/__pycache__/ python-examples/bisq/api/*.py