diff options
| -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 @@ -/_/ |