From 32a72d90515fe9eac4c65a1dde39a9e086b79f6a Mon Sep 17 00:00:00 2001 From: Shanti Chellaram Date: Mon, 31 Jan 2022 21:21:22 -0500 Subject: [PATCH] add dictionary submodule --- .gitmodules | 3 +++ wordle-dict | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 wordle-dict diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c067f0a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "wordle-dict"] + path = wordle-dict + url = https://github.com/printfn/wordle-dict.git diff --git a/wordle-dict b/wordle-dict new file mode 160000 index 0000000..8bd0147 --- /dev/null +++ b/wordle-dict @@ -0,0 +1 @@ +Subproject commit 8bd0147a8a76dcffddeea829eab0da766f74ffef