diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-04-18 15:45:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 19:45:09 +0000 |
commit | c6d44dbda6cb833bff9f88de6c66ecb95ff62523 (patch) | |
tree | 60dc89f4844447376565eb49d6fd7ddd802312f2 | |
parent | d9d3f81f291bbba4ab526f1781ca78e8a00cba64 (diff) |
chore: make remaining submodules shallow (#23441)
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d0f0bc0fe..4fa24ad0b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |