From 5b0701ce93142def647a1aaa69c40e632f0c3490 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Thu, 18 Jan 2024 12:09:27 +0100 Subject: [PATCH] Add Submodule --- .gitmodules | 3 +++ content | 1 + content/.gitkeep | 0 3 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 content delete mode 100644 content/.gitkeep diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f767b14 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "content"] + path = content + url = git@185.216.25.221:lucastucious/fateforge.git diff --git a/content b/content new file mode 160000 index 0000000..e3f7cf1 --- /dev/null +++ b/content @@ -0,0 +1 @@ +Subproject commit e3f7cf1c7c11ce1215098dcb33f82ac391defa16 diff --git a/content/.gitkeep b/content/.gitkeep deleted file mode 100644 index e69de29..0000000