diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-11-30 18:23:03 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-11-30 18:23:03 -0500 |
commit | 907917c5c9ec43ea9a7d4c3ae07ab2d7e48acc29 (patch) | |
tree | 05135ff4ee18ff4a4376a84dd2a8ff4eca65d31e /.gitmodules | |
download | lingo-907917c5c9ec43ea9a7d4c3ae07ab2d7e48acc29.tar.gz lingo-907917c5c9ec43ea9a7d4c3ae07ab2d7e48acc29.tar.bz2 lingo-907917c5c9ec43ea9a7d4c3ae07ab2d7e48acc29.zip |
Initial commit
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..40a5694 --- /dev/null +++ b/.gitmodules | |||
@@ -0,0 +1,3 @@ | |||
1 | [submodule "vendor/verbly"] | ||
2 | path = vendor/verbly | ||
3 | url = https://github.com/hatkirby/verbly.git | ||