From a91abdebed25d853b9940384d5b4623200192ece Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Tue, 10 May 2022 16:02:06 +0200 Subject: [PATCH] Changed .gitmodules --- .gitmodules | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b360791..4a74daf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,14 +2,19 @@ path = external/SASL url = https://github.com/kjkriegel/S22.Sasl.git branch = main + ignore = all [submodule "external/NFC"] path = external/NFC url = https://gitlab.com/fabinfra/fabaccess/nfc.git branch = main + ignore = all [submodule "FabAccessAPI/schema"] path = FabAccessAPI/schema url = https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git - branch = main + branch = v0.3 + ignore = all [submodule "external/capnproto-dotnetcore"] path = external/capnproto-dotnetcore url = https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git + branch = main + ignore = all