mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 11:54:44 -06:00
* Prepare for adding webpack submodule * Actually switch webpack to submodule I'm sure this will work with no problems! * Add ignore=all to webpack gitmodule entry The other submodules do this, although I'm not sure why. * Add newline at end of .gitmodules
25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
[submodule "tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter"]
|
|
path = tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter
|
|
url = https://github.com/Microsoft/TypeScript-React-Starter
|
|
ignore = all
|
|
[submodule "tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter"]
|
|
path = tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter
|
|
url = https://github.com/Microsoft/TypeScript-Node-Starter.git
|
|
ignore = all
|
|
[submodule "tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter"]
|
|
path = tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter
|
|
url = https://github.com/Microsoft/TypeScript-React-Native-Starter.git
|
|
ignore = all
|
|
[submodule "tests/cases/user/TypeScript-Vue-Starter/TypeScript-Vue-Starter"]
|
|
path = tests/cases/user/TypeScript-Vue-Starter/TypeScript-Vue-Starter
|
|
url = https://github.com/Microsoft/TypeScript-Vue-Starter.git
|
|
ignore = all
|
|
[submodule "tests/cases/user/TypeScript-WeChat-Starter/TypeScript-WeChat-Starter"]
|
|
path = tests/cases/user/TypeScript-WeChat-Starter/TypeScript-WeChat-Starter
|
|
url = https://github.com/Microsoft/TypeScript-WeChat-Starter.git
|
|
ignore = all
|
|
[submodule "tests/cases/user/webpack/webpack"]
|
|
path = tests/cases/user/webpack/webpack
|
|
url = https://github.com/webpack/webpack.git
|
|
ignore = all
|