[vscode] ignore tsconfig.tsbuildinfo and .map files (#117458)

This commit is contained in:
Spencer 2021-11-03 21:58:21 -06:00 committed by GitHub
parent 2f88776eac
commit 371a1ffc6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,8 @@ export const MANAGED_CONFIG_KEYS: ManagedConfigKey[] = [
value: {
['**/packages/kbn-pm/dist/index.js']: true,
['**/api_docs']: true,
['**/tsconfig.tsbuildinfo']: true,
['**/*.map']: true,
},
},
{