Add eval worktrees and repos to file_scan_exclusions in zed project settings (#29106)
Release Notes: - N/A
This commit is contained in:
parent
0fb0059b5f
commit
2178b36cbc
1 changed files with 2 additions and 1 deletions
|
@ -45,5 +45,6 @@
|
||||||
"hard_tabs": false,
|
"hard_tabs": false,
|
||||||
"formatter": "auto",
|
"formatter": "auto",
|
||||||
"remove_trailing_whitespace_on_save": true,
|
"remove_trailing_whitespace_on_save": true,
|
||||||
"ensure_final_newline_on_save": true
|
"ensure_final_newline_on_save": true,
|
||||||
|
"file_scan_exclusions": ["crates/eval/worktrees/", "crates/eval/repos/"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue