mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[vscode] ignore tsconfig.tsbuildinfo and .map files (#117458)
This commit is contained in:
parent
2f88776eac
commit
371a1ffc6c
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue