Skip to content

Commit c8b77ae

Browse files
committed
mark all submodule changes as ignored
1 parent 9d8a854 commit c8b77ae

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.gitmodules

+5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
[submodule "tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter"]
22
path = tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter
33
url = https://github.com/Microsoft/TypeScript-React-Starter
4+
ignore = all
45
[submodule "tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter"]
56
path = tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter
67
url = https://github.com/Microsoft/TypeScript-Node-Starter.git
8+
ignore = all
79
[submodule "tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter"]
810
path = tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter
911
url = https://github.com/Microsoft/TypeScript-React-Native-Starter.git
12+
ignore = all
1013
[submodule "tests/cases/user/TypeScript-Vue-Starter/TypeScript-Vue-Starter"]
1114
path = tests/cases/user/TypeScript-Vue-Starter/TypeScript-Vue-Starter
1215
url = https://github.com/Microsoft/TypeScript-Vue-Starter.git
16+
ignore = all
1317
[submodule "tests/cases/user/TypeScript-WeChat-Starter/TypeScript-WeChat-Starter"]
1418
path = tests/cases/user/TypeScript-WeChat-Starter/TypeScript-WeChat-Starter
1519
url = https://github.com/Microsoft/TypeScript-WeChat-Starter.git
20+
ignore = all

0 commit comments

Comments
 (0)