Skip to content

Commit 8200fa1

Browse files
authored
add site-packages and .pyenv to file watch ignored directories (#4586)
1 parent 900a041 commit 8200fa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lsp-mode.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,8 @@ the server has requested that."
375375
"[/\\\\]\\.build\\'"
376376
;; Python
377377
"[/\\\\]__pycache__\\'"
378+
"[/\\\\]site-packages\\'"
379+
"[/\\\\].pyenv\\'"
378380
;; Autotools output
379381
"[/\\\\]\\.deps\\'"
380382
"[/\\\\]build-aux\\'"

0 commit comments

Comments
 (0)