diff --git a/.gitignore b/.gitignore index 8b80100..a993394 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,7 @@ # Do not keep build log buildlog +# Do not track symlinks on Windows +mocha-common/compilers/yaml2mcl/editor +mocha-common/compilers/yaml2mcl/framework + diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7553718 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "framework-python"] + path = framework-python + url = git@gitea.azcona-becker.net:beckermj/framework-python +[submodule "editor-python"] + path = editor-python + url = git@gitea.azcona-becker.net:universaleditor/editor-python diff --git a/editor-python b/editor-python new file mode 160000 index 0000000..b8d4e25 --- /dev/null +++ b/editor-python @@ -0,0 +1 @@ +Subproject commit b8d4e2582817518f3d22276e87a75eb177297288 diff --git a/framework-python b/framework-python new file mode 160000 index 0000000..8c15252 --- /dev/null +++ b/framework-python @@ -0,0 +1 @@ +Subproject commit 8c152521512ab12efd201e1fa45d0460ef71c119