Skip to content

Commit

Permalink
[vscode] ignore tsconfig.tsbuildinfo and .map files (#117458)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer authored Nov 4, 2021
1 parent 2f88776 commit 371a1ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
{
Expand Down

0 comments on commit 371a1ff

Please sign in to comment.