Exclude target dir from search

This commit is contained in:
David Tolnay 2020-09-23 19:57:31 -04:00
parent 3627f8c767
commit 6f511055d2
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"search.exclude": {
"**/target": true
}
}