configure search.exclude (#9472)

Co-authored-by: Rich Harris <rich.harris@vercel.com>
pull/9431/head
Rich Harris 8 months ago committed by GitHub
parent d749685b0f
commit 2ebedb04a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored

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

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