zed
zed copied to clipboard
How to ignore certain folders/files from search without using `.gitignore`
Check for existing issues
- [X] Completed
Describe the feature
I open my entire ~/src folder in Zed which includes a lot of files/folders. I want to be able to edit what files/folders can searched with Search project for files.. without having to edit .gitignore. In VSCode you can edit .vscode/settings.json file in the root of the project.
How can I achieve this with Zed?