zed: add project settings to improve search

This commit is contained in:
nym21
2025-08-31 17:05:28 +02:00
parent f6d9332c48
commit 08cfefc02a
3 changed files with 21 additions and 5 deletions

20
.zed/settings.json Normal file
View File

@@ -0,0 +1,20 @@
{
"file_scan_exclusions": [
// default
"**/.git",
"**/.svn",
"**/.hg",
"**/.jj",
"**/CVS",
"**/.DS_Store",
"**/Thumbs.db",
"**/.classpath",
"**/.settings",
// custom
"**/lean-qr/*/index.mjs",
"uFuzzy.mjs",
"lightweight-charts.standalone.production.mjs",
"**/modern-screenshot/*/index.mjs",
"**/solidjs-signals/*/dist/prod.js"
]
}