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

Co-authored-by: Spencer <email@spalger.com>
This commit is contained in:
Kibana Machine 2021-11-04 02:05:11 -04:00 committed by GitHub
parent a4d6d8cbf5
commit 1fc225b876
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,
},
},
{