Skip to content

Commit 57d08cd

Browse files
authored
Add some C# directories to the ignored list (#4425)
1 parent 5b01984 commit 57d08cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lsp-mode.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ the server has requested that."
366366
"[/\\\\]\\.metals\\'"
367367
"[/\\\\]target\\'"
368368
"[/\\\\]\\.ccls-cache\\'"
369+
"[/\\\\]\\.vs\\'"
369370
"[/\\\\]\\.vscode\\'"
370371
"[/\\\\]\\.venv\\'"
371372
"[/\\\\]\\.mypy_cache\\'"
@@ -382,7 +383,9 @@ the server has requested that."
382383
;; Bazel
383384
"[/\\\\]bazel-[^/\\\\]+\\'"
384385
;; CSharp
386+
"[/\\\\]\\.cache[/\\\\]lsp-csharp\\'"
385387
"[/\\\\]\\.meta\\'"
388+
"[/\\\\]\\.nuget\\'"
386389
;; Unity
387390
"[/\\\\]Library\\'"
388391
;; Clojure

0 commit comments

Comments
 (0)