diff --git a/lsp-mode.el b/lsp-mode.el index 49fed205d6..6877baaca7 100644 --- a/lsp-mode.el +++ b/lsp-mode.el @@ -356,6 +356,7 @@ the server has requested that." "[/\\\\]\\.eunit\\'" "[/\\\\]node_modules" "[/\\\\]\\.yarn\\'" + "[/\\\\]\\.turbo\\'" "[/\\\\]\\.fslckout\\'" "[/\\\\]\\.tox\\'" "[/\\\\]\\.nox\\'" @@ -363,6 +364,7 @@ the server has requested that." "[/\\\\]dist-newstyle\\'" "[/\\\\]\\.stack-work\\'" "[/\\\\]\\.bloop\\'" + "[/\\\\]\\.bsp\\'" "[/\\\\]\\.metals\\'" "[/\\\\]target\\'" "[/\\\\]\\.ccls-cache\\'"