This commit is contained in:
Bob Brown (DEVDIV) 2021-12-30 11:45:18 -08:00
Родитель 5cd65fa77e
Коммит 1aa15ff2b2
2 изменённых файлов: 5 добавлений и 8 удалений

Просмотреть файл

@ -1,3 +1,4 @@
.devcontainer/
.github/
.vscode/
build/
@ -9,15 +10,15 @@ out/
scripts/
src/
test/
types/
vscode-extensions-localization-export/
vscode-translations-import/
**/*.map
*.yml
.clang-format
.gitignore
.editorconfig
.eslintignore
.eslintrc.js
.gitattributes
CHANGELOG.pre-0.11.0.md
.gitignore
gulpfile.js
tsconfig.json
test.tsconfig.json

4
types/follow-redirects.d.ts поставляемый
Просмотреть файл

@ -1,4 +0,0 @@
declare module 'follow-redirects' {
declare const http: typeof import('http');
declare const https: typeof import('https');
}