Remove missing submodules from .gitmodules and delete corresponding directories

This commit is contained in:
2025-09-23 10:54:12 +02:00
parent 7185fddc99
commit 2f0e48dfde
9 changed files with 0 additions and 32 deletions

24
.gitmodules vendored
View File

@@ -5,18 +5,12 @@
[submodule "nodes/generalFunctions"] [submodule "nodes/generalFunctions"]
path = nodes/generalFunctions path = nodes/generalFunctions
url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git
[submodule "nodes/predict"]
path = nodes/predict
url = https://gitea.centraal.wbd-rd.nl/RnD/predict.git
[submodule "nodes/valveGroupControl"] [submodule "nodes/valveGroupControl"]
path = nodes/valveGroupControl path = nodes/valveGroupControl
url = https://gitea.centraal.wbd-rd.nl/RnD/valveGroupControl.git url = https://gitea.centraal.wbd-rd.nl/RnD/valveGroupControl.git
[submodule "nodes/valve"] [submodule "nodes/valve"]
path = nodes/valve path = nodes/valve
url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git
[submodule "nodes/thermalCollector"]
path = nodes/thermalCollector
url = https://gitea.centraal.wbd-rd.nl/RnD/thermalCollector.git
[submodule "nodes/rotatingMachine"] [submodule "nodes/rotatingMachine"]
path = nodes/rotatingMachine path = nodes/rotatingMachine
url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git
@@ -26,30 +20,12 @@
[submodule "nodes/measurement"] [submodule "nodes/measurement"]
path = nodes/measurement path = nodes/measurement
url = https://gitea.centraal.wbd-rd.nl/RnD/measurement.git url = https://gitea.centraal.wbd-rd.nl/RnD/measurement.git
[submodule "nodes/linearActuator"]
path = nodes/linearActuator
url = https://gitea.centraal.wbd-rd.nl/RnD/linearActuator.git
[submodule "nodes/heatExchanger"]
path = nodes/heatExchanger
url = https://gitea.centraal.wbd-rd.nl/RnD/heatExchanger.git
[submodule "nodes/diffuser"] [submodule "nodes/diffuser"]
path = nodes/diffuser path = nodes/diffuser
url = https://gitea.centraal.wbd-rd.nl/RnD/diffuser.git url = https://gitea.centraal.wbd-rd.nl/RnD/diffuser.git
[submodule "nodes/dashboardAPI"] [submodule "nodes/dashboardAPI"]
path = nodes/dashboardAPI path = nodes/dashboardAPI
url = https://gitea.centraal.wbd-rd.nl/RnD/dashboardAPI.git url = https://gitea.centraal.wbd-rd.nl/RnD/dashboardAPI.git
[submodule "nodes/convert"]
path = nodes/convert
url = https://gitea.centraal.wbd-rd.nl/RnD/convert.git
[submodule "nodes/reactor"] [submodule "nodes/reactor"]
path = nodes/reactor path = nodes/reactor
url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git
[submodule "nodes/asm1"]
path = nodes/asm1
url = https://gitea.centraal.wbd-rd.nl/RnD/asm1.git
[submodule "flows"]
path = flows
url = https://gitea.centraal.wbd-rd.nl/RnD/flows
[submodule "nodes/gateGroupControl"]
path = nodes/gateGroupControl
url = https://gitea.centraal.wbd-rd.nl/RnD/gateGroupControl.git

1
flows

Submodule flows deleted from 0126258b52

Submodule nodes/asm1 deleted from f3454c0471

Submodule nodes/convert deleted from c6ead8b697

Submodule nodes/predict deleted from ce495062f7