mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-14 12:14:26 +01:00
opt.: include core repos via submodules (#1046)
* opt.: include core repos via submodules * fix: checkout submodules in analysis workflow * fix: scope analysis to app sources * refactor: move direct-included repos under packages
This commit is contained in:
20
.gitmodules
vendored
Normal file
20
.gitmodules
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
[submodule "dartssh2"]
|
||||
path = packages/dartssh2
|
||||
url = https://github.com/lollipopkit/dartssh2
|
||||
branch = master
|
||||
[submodule "xterm"]
|
||||
path = packages/xterm
|
||||
url = https://github.com/lollipopkit/xterm.dart
|
||||
branch = master
|
||||
[submodule "fl_lib"]
|
||||
path = packages/fl_lib
|
||||
url = https://github.com/lollipopkit/fl_lib
|
||||
branch = main
|
||||
[submodule "fl_build"]
|
||||
path = packages/fl_build
|
||||
url = https://github.com/lppcg/fl_build.git
|
||||
branch = main
|
||||
[submodule "server_box_monitor"]
|
||||
path = packages/server_box_monitor
|
||||
url = https://github.com/lollipopkit/server_box_monitor
|
||||
branch = main
|
||||
Reference in New Issue
Block a user