configure search.exclude

pull/9472/head
Rich Harris 3 years ago
parent 73e8820fe7
commit 91b0c1e329

2
.gitignore vendored

@ -3,8 +3,6 @@ node_modules/
# IDE related # IDE related
.idea .idea
.vscode/*
!.vscode/launch.json
# Test coverage # Test coverage
coverage coverage

@ -0,0 +1,5 @@
{
"search.exclude": {
"sites/svelte-5-preview/static/*": true
}
}
Loading…
Cancel
Save