0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-21 19:38:58 +01:00

configure search.exclude (#9472)

Co-authored-by: Rich Harris <rich.harris@vercel.com>
This commit is contained in:
Rich Harris 2023-11-15 14:36:16 -05:00 committed by GitHub
parent d749685b0f
commit 2ebedb04a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

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

5
.vscode/settings.json vendored Normal file
View File

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