Add eval worktrees and repos to file_scan_exclusions in zed project settings (#29106)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-04-19 17:43:54 -06:00 committed by GitHub
parent 0fb0059b5f
commit 2178b36cbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,5 +45,6 @@
"hard_tabs": false,
"formatter": "auto",
"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/"]
}