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:
parent
d749685b0f
commit
2ebedb04a1
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,8 +3,6 @@ node_modules/
|
||||
|
||||
# IDE related
|
||||
.idea
|
||||
.vscode/*
|
||||
!.vscode/launch.json
|
||||
|
||||
# Test coverage
|
||||
coverage
|
||||
|
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"search.exclude": {
|
||||
"sites/svelte-5-preview/static/*": true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user