diff options
Diffstat (limited to 'share/extensions/.gitmodules')
-rw-r--r-- | share/extensions/.gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/extensions/.gitmodules b/share/extensions/.gitmodules new file mode 100644 index 0000000..938c258 --- /dev/null +++ b/share/extensions/.gitmodules @@ -0,0 +1,9 @@ +[submodule "other/gcodetools"] + path = other/gcodetools + url = https://gitlab.com/inkscape/extras/extensions-gcodetools.git +[submodule "other/inkman"] + path = other/inkman + url = https://gitlab.com/inkscape/extras/extension-manager.git +[submodule "other/clipart"] + path = other/clipart + url = https://gitlab.com/inkscape/extras/inkscape-import-clipart.git |