添加 rust-analyzer 配置,排除无关目录以优化启动速度

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
xfy 2026-05-28 16:25:54 +08:00
parent 2b90fd05d6
commit b0bb94d184

12
rust-analyzer.json Normal file
View File

@ -0,0 +1,12 @@
{
"linkedProjects": ["Cargo.toml"],
"files": {
"exclude": [
"node_modules",
"public",
".dioxus",
".omc",
"dist"
]
}
}