diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-01-11 06:13:51 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-01-11 06:13:51 +0100 |
commit | 470ed99eafdbfc222c4ace674be8ae5b8f596e02 (patch) | |
tree | 43d875f421954a7fd664b2048d09a1aa56a10c26 /.gitmodules | |
parent | ac3757a367dd4992c56766d27baa5922e48d0c2c (diff) |
Added https://gitlab.com/verzulli/ndpid-rt-analyzer-frontend.git example.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 720f21e96..903071c4f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,6 @@ [submodule "examples/js-rt-analyzer"] path = examples/js-rt-analyzer url = https://gitlab.com/verzulli/ndpid-rt-analyzer.git +[submodule "examples/js-rt-analyzer-frontend"] + path = examples/js-rt-analyzer-frontend + url = git@gitlab.com:verzulli/ndpid-rt-analyzer-frontend.git |