From d63322eae80c0cd5e216b0dfa673bad5933c9197 Mon Sep 17 00:00:00 2001 From: Andrea Brighi Date: Fri, 28 Apr 2023 03:23:32 +0200 Subject: [PATCH] chore(access): create git submodule used for shared structure with server (reference AccessCommunication) --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..6b29cbe3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "accessData/src/main/proto"] + path = accessData/src/main/proto + url = https://github.com/IntelligentBackpack/AccessCommunication.git