mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
chore: make remaining submodules shallow (#23441)
This commit is contained in:
parent
d9d3f81f29
commit
c6d44dbda6
1 changed files with 2 additions and 0 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -9,6 +9,8 @@
|
|||
[submodule "tests/node_compat/runner/suite"]
|
||||
path = tests/node_compat/runner/suite
|
||||
url = https://github.com/denoland/node_test.git
|
||||
shallow = true
|
||||
[submodule "cli/bench/testdata/lsp_benchdata"]
|
||||
path = cli/bench/testdata/lsp_benchdata
|
||||
url = https://github.com/denoland/deno_lsp_benchdata.git
|
||||
shallow = true
|
||||
|
|
Loading…
Reference in a new issue