mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 07:47:23 +01:00
Just 3 left: - git and github. These are doing weird stuff with d.ts imports and const enums - github-authentication which has some tricky path mapping stuff
15 lines
187 B
Plaintext
15 lines
187 B
Plaintext
.vscode/**
|
|
.vscode-test/**
|
|
out/test/**
|
|
out/**
|
|
esbuild*.mts
|
|
package-lock.json
|
|
src/**
|
|
.gitignore
|
|
vsc-extension-quickstart.md
|
|
**/tsconfig*.json
|
|
**/tslint.json
|
|
**/*.map
|
|
**/*.ts
|
|
packageMocks/
|