Skip to content

Commit babd3e7

Browse files
committed
Also make clones/updates shallow
1 parent c8b77ae commit babd3e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitmodules

+5
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,24 @@
22
path = tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter
33
url = https://github.com/Microsoft/TypeScript-React-Starter
44
ignore = all
5+
shallow = true
56
[submodule "tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter"]
67
path = tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter
78
url = https://github.com/Microsoft/TypeScript-Node-Starter.git
89
ignore = all
10+
shallow = true
911
[submodule "tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter"]
1012
path = tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter
1113
url = https://github.com/Microsoft/TypeScript-React-Native-Starter.git
1214
ignore = all
15+
shallow = true
1316
[submodule "tests/cases/user/TypeScript-Vue-Starter/TypeScript-Vue-Starter"]
1417
path = tests/cases/user/TypeScript-Vue-Starter/TypeScript-Vue-Starter
1518
url = https://github.com/Microsoft/TypeScript-Vue-Starter.git
1619
ignore = all
20+
shallow = true
1721
[submodule "tests/cases/user/TypeScript-WeChat-Starter/TypeScript-WeChat-Starter"]
1822
path = tests/cases/user/TypeScript-WeChat-Starter/TypeScript-WeChat-Starter
1923
url = https://github.com/Microsoft/TypeScript-WeChat-Starter.git
2024
ignore = all
25+
shallow = true

0 commit comments

Comments
 (0)