From 14961cce0193351ced9ac6529127fee2bc69e211 Mon Sep 17 00:00:00 2001 From: Janis Date: Wed, 3 Dec 2025 10:19:15 +0100 Subject: [PATCH] chore: BAC-17 Add knockoutwhistfrontend submodule (#98) Reviewed-on: https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/pulls/98 Co-authored-by: Janis Co-committed-by: Janis --- .gitmodules | 5 +++++ knockoutwhistfrontend | 1 + 2 files changed, 6 insertions(+) create mode 160000 knockoutwhistfrontend diff --git a/.gitmodules b/.gitmodules index ea9c76d..c004f9b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,8 @@ path = knockoutwhist branch = main url = https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist.git + +[submodule "knockoutwhistfrontend"] + path = knockoutwhistfrontend + branch = main + url = https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Frontend.git diff --git a/knockoutwhistfrontend b/knockoutwhistfrontend new file mode 160000 index 0000000..575d1b5 --- /dev/null +++ b/knockoutwhistfrontend @@ -0,0 +1 @@ +Subproject commit 575d1b5e8eb785a53efa223e9d507412178e30e0