From ff6a78d14cf4964fc7a9d62f6862ac9bc3e53ef7 Mon Sep 17 00:00:00 2001 From: Fabrizio Turchi Date: Fri, 4 Oct 2024 15:21:28 +0200 Subject: [PATCH] Add correct configuration of submodule --- .gitignore | 2 ++ .gitmodules | 3 +++ dependencies | 1 + 3 files changed, 6 insertions(+) create mode 160000 dependencies diff --git a/.gitignore b/.gitignore index fa66b5b..8d8e5b4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ _* *wp? .DS_Stor* venv/* +.github/workflows/* +Makefile diff --git a/.gitmodules b/.gitmodules index e69de29..a57eefa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "CASE-Mapping-Python"] + path = dependencies + url = https://github.com/casework/CASE-Mapping-Python diff --git a/dependencies b/dependencies new file mode 160000 index 0000000..4a50786 --- /dev/null +++ b/dependencies @@ -0,0 +1 @@ +Subproject commit 4a507867a724c7b96242da0ca5a9879bc22a06cf