From b4b6e77a2f197ccdf7ef637f67aafe410f4a3dc7 Mon Sep 17 00:00:00 2001 From: Evan Pratten <evan@ewpratten.com> Date: Tue, 6 Feb 2024 15:59:32 -0500 Subject: [PATCH] add map data as external module --- .gitmodules | 3 +++ static/map-data | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 static/map-data diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6da0446 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "static/map-data"] + path = static/map-data + url = git@github.com:ewpratten/ewpratten-com-map-data.git diff --git a/static/map-data b/static/map-data new file mode 160000 index 0000000..0423879 --- /dev/null +++ b/static/map-data @@ -0,0 +1 @@ +Subproject commit 04238795c9cc3673381c4f8a467ea14518135ce0