Skip to content

Commit 2ebedb0

Browse files
authored
configure search.exclude (#9472)
Co-authored-by: Rich Harris <[email protected]>
1 parent d749685 commit 2ebedb0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ node_modules/
33

44
# IDE related
55
.idea
6-
.vscode/*
7-
!.vscode/launch.json
86

97
# Test coverage
108
coverage

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"search.exclude": {
3+
"sites/svelte-5-preview/static/*": true
4+
}
5+
}

0 commit comments

Comments
 (0)