diff options
author | Your Name <you@example.com> | 2021-05-01 15:34:12 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-05-01 15:34:12 -0400 |
commit | 6e41af7248b4e594d1b538a5989c9d0998b53cca (patch) | |
tree | 2e58dc57bdc9893ea2bca4cb8310f5d22e4da762 /.gitmodules | |
parent | 7b5d1e3d46e94262a9c0fd3a01ab4685aea9d12d (diff) | |
download | dmtool-6e41af7248b4e594d1b538a5989c9d0998b53cca.tar.gz dmtool-6e41af7248b4e594d1b538a5989c9d0998b53cca.tar.bz2 dmtool-6e41af7248b4e594d1b538a5989c9d0998b53cca.zip |
Made data source a git module
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..241c3b7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "parser/5thSRD"] + path = parser/5thSRD + url = https://github.com/vitusventure/5thSRD/ |