diff --git a/.gitignore b/.gitignore index f284ebf..49b7bd5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ compensation dns docker docs +events exchange explorer forum diff --git a/.mrconfig b/.mrconfig index 21a5d31..89252a2 100644 --- a/.mrconfig +++ b/.mrconfig @@ -20,6 +20,9 @@ checkout = git clone 'git@github.com:bisq-network/docker.git' 'docker' [docs] checkout = git clone 'git@github.com:bisq-network/docs.git' 'docs' +[events] +checkout = git clone 'git@github.com:bisq-network/events.git' 'events' + [exchange] checkout = git clone 'git@github.com:bisq-network/exchange.git' 'exchange'