ignore more folders in telescope
This commit is contained in:
parent
9a09497186
commit
514deb38a5
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ telescope.setup {
|
||||||
file_ignore_patterns = {
|
file_ignore_patterns = {
|
||||||
'.git/',
|
'.git/',
|
||||||
'.venv/',
|
'.venv/',
|
||||||
|
'.pytest_cache/',
|
||||||
|
'target/',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
pickers = {
|
pickers = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue