summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..8648cbbb7
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,12 @@
+[submodule "application/third_party/mockery"]
+ path = application/third_party/mockery
+ url = https://github.com/padraic/mockery.git
+[submodule "application/third_party/QrCode"]
+ path = application/third_party/QrCode
+ url = https://github.com/endroid/QrCode.git
+[submodule "application/third_party/parsedown"]
+ path = application/third_party/parsedown
+ url = https://github.com/erusev/parsedown.git
+[submodule "data/tests/exif-orientation-examples"]
+ path = data/tests/exif-orientation-examples
+ url = https://github.com/recurser/exif-orientation-examples.git