Skip to content

Commit

Permalink
VS Code: Do not search the /dist folder by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed May 11, 2024
1 parent 6de5f5f commit 6e50e7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
],
"url": "./node_modules/@ideditor/schema-builder/schemas/preset_defaults.json"
}
]
],
"files.exclude": {
"**/dist": true
}
}

0 comments on commit 6e50e7f

Please sign in to comment.