diff --git a/.gitignore b/.gitignore index d5dca0c..7c45df2 100644 --- a/.gitignore +++ b/.gitignore @@ -412,3 +412,6 @@ FodyWeavers.xsd # Built Visual Studio Code Extensions *.vsix +# .vscode +.vscode + diff --git a/.gitmodules b/.gitmodules index 479b021..6105485 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "framework-dotnet"] path = framework-dotnet url = git@gitea.azcona-becker.net:alcetech/framework-dotnet +[submodule "web-framework-dotnet"] + path = web-framework-dotnet + url = git@gitea.azcona-becker.net:alcetech/web-framework-dotnet diff --git a/web-framework-dotnet b/web-framework-dotnet new file mode 160000 index 0000000..6b76c66 --- /dev/null +++ b/web-framework-dotnet @@ -0,0 +1 @@ +Subproject commit 6b76c667b7eeb0416bdbebcb33450deccfbeca3a