package cleanup
This commit is contained in:
Родитель
5cd65fa77e
Коммит
1aa15ff2b2
|
@ -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
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
declare module 'follow-redirects' {
|
||||
declare const http: typeof import('http');
|
||||
declare const https: typeof import('https');
|
||||
}
|
Загрузка…
Ссылка в новой задаче