diff options
| author | Fuwn <[email protected]> | 2021-05-18 12:19:08 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-18 12:19:08 -0700 |
| commit | ffcc2f84d59740956a8652dfe5c08c2379fcddc2 (patch) | |
| tree | 6a1c91119cfc82cc8cf42c0ef2bcdcfa8961996b | |
| parent | Merge pull request #1 from fuwn/renovate/configure (diff) | |
| download | records-ffcc2f84d59740956a8652dfe5c08c2379fcddc2.tar.xz records-ffcc2f84d59740956a8652dfe5c08c2379fcddc2.zip | |
feat: add submodule link to records
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | records/.gitignore | 1 |
2 files changed, 3 insertions, 1 deletions
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 @@ -/_/ |