From 790e66d4c2016f376aa734cac7be02e3641b7eea Mon Sep 17 00:00:00 2001 From: AndiMajore <andi.majore@googlemail.com> Date: Wed, 22 Jun 2022 18:18:40 +0200 Subject: [PATCH] first try of bulk import --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..686cfd4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "python_nedrex"] + path = python_nedrex + url = git@github.com:repotrial/python_nedrex.git -- GitLab