From f2d7b6e2bf034df254928643da8a009e23a40994 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Wed, 28 Jun 2023 07:22:17 +0800 Subject: [PATCH] add mind-map submodule --- .gitmodules | 4 ++++ tools/mind-map | 1 + 2 files changed, 5 insertions(+) create mode 160000 tools/mind-map diff --git a/.gitmodules b/.gitmodules index 828d042c..6569ea8f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,7 @@ path = tools/ide url = https://github.com/judge0/ide.git branch = master +[submodule "tools/mind-map"] + path = tools/mind-map + url = https://github.com/wanglin2/mind-map.git + branch = main diff --git a/tools/mind-map b/tools/mind-map new file mode 160000 index 00000000..1fc00fe0 --- /dev/null +++ b/tools/mind-map @@ -0,0 +1 @@ +Subproject commit 1fc00fe0c4ca5e8a2acb1a1021e7edd1b8612e61