From 54a22745187de80944fdc1be93eb0bf669315a2b Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Thu, 24 Mar 2022 07:27:45 -0300 Subject: [PATCH] Do not ignore bisq.api/__init__.py --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f507692..7d2e917 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,8 @@ python-examples/*.iml python-examples/myvenv python-examples/bisq/__pycache__ python-examples/bisq/api/__pycache__ -python-examples/bisq/api/*.py +python-examples/bisq/api/grpc_*.py +python-examples/bisq/api/pb_*.py python-examples/bisq/bots/__pycache__ python-examples/bisq/bots/bisq_events/__pycache__ python-examples/proto/*.proto