summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-04-18 15:45:09 -0400
committerGitHub <noreply@github.com>2024-04-18 19:45:09 +0000
commitc6d44dbda6cb833bff9f88de6c66ecb95ff62523 (patch)
tree60dc89f4844447376565eb49d6fd7ddd802312f2
parentd9d3f81f291bbba4ab526f1781ca78e8a00cba64 (diff)
chore: make remaining submodules shallow (#23441)
-rw-r--r--.gitmodules2
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