From f07e96a4adf4645068087e71a356b656e1976ac4 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 29 Nov 2017 17:45:15 +0100 Subject: [PATCH] Add bisq-network/fullnode repository (#28) --- .gitignore | 1 + .mrconfig | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 49b7bd5..310905e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ events exchange explorer forum +fullnode github growth libdohj diff --git a/.mrconfig b/.mrconfig index 89252a2..6c8a772 100644 --- a/.mrconfig +++ b/.mrconfig @@ -32,6 +32,9 @@ checkout = git clone 'git@github.com:bisq-network/explorer.git' 'explorer' [forum] checkout = git clone 'git@github.com:bisq-network/forum.git' 'forum' +[fullnode] +checkout = git clone 'git@github.com:bisq-network/fullnode.git' 'fullnode' + [github] checkout = git clone 'git@github.com:bisq-network/github.git' 'github'