Skip to content

Commit 09d0a67

Browse files
authored
Merge pull request microsoft#19993 from weswigham/mark-submodules-dirty
Mark submodule changes as ignored
2 parents 337e810 + babd3e7 commit 09d0a67

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.gitmodules

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
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
5+
shallow = true
46
[submodule "tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter"]
57
path = tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter
68
url = https://github.com/Microsoft/TypeScript-Node-Starter.git
9+
ignore = all
10+
shallow = true
711
[submodule "tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter"]
812
path = tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter
913
url = https://github.com/Microsoft/TypeScript-React-Native-Starter.git
14+
ignore = all
15+
shallow = true
1016
[submodule "tests/cases/user/TypeScript-Vue-Starter/TypeScript-Vue-Starter"]
1117
path = tests/cases/user/TypeScript-Vue-Starter/TypeScript-Vue-Starter
1218
url = https://github.com/Microsoft/TypeScript-Vue-Starter.git
19+
ignore = all
20+
shallow = true
1321
[submodule "tests/cases/user/TypeScript-WeChat-Starter/TypeScript-WeChat-Starter"]
1422
path = tests/cases/user/TypeScript-WeChat-Starter/TypeScript-WeChat-Starter
1523
url = https://github.com/Microsoft/TypeScript-WeChat-Starter.git
24+
ignore = all
25+
shallow = true

0 commit comments

Comments
 (0)