From ffcc2f84d59740956a8652dfe5c08c2379fcddc2 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 18 May 2021 12:19:08 -0700 Subject: feat: add submodule link to records --- .gitmodules | 3 +++ records/.gitignore | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitmodules delete mode 100644 records/.gitignore diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bb478b4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "records-data"] + path = records + url = https://github.com/fuwn/records-data.git diff --git a/records/.gitignore b/records/.gitignore deleted file mode 100644 index 40e5032..0000000 --- a/records/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/_/ -- cgit v1.2.3