yggdrasil/rust-analyzer.json
xfy b0bb94d184 添加 rust-analyzer 配置,排除无关目录以优化启动速度
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-02 17:33:28 +08:00

13 lines
206 B
JSON

{
"linkedProjects": ["Cargo.toml"],
"files": {
"exclude": [
"node_modules",
"public",
".dioxus",
".omc",
"dist"
]
}
}