Skip to content

Commit

Permalink
Add some C# directories to the ignored list (#4425)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsHoff authored Apr 12, 2024
1 parent 5b01984 commit 57d08cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ the server has requested that."
"[/\\\\]\\.metals\\'"
"[/\\\\]target\\'"
"[/\\\\]\\.ccls-cache\\'"
"[/\\\\]\\.vs\\'"
"[/\\\\]\\.vscode\\'"
"[/\\\\]\\.venv\\'"
"[/\\\\]\\.mypy_cache\\'"
Expand All @@ -382,7 +383,9 @@ the server has requested that."
;; Bazel
"[/\\\\]bazel-[^/\\\\]+\\'"
;; CSharp
"[/\\\\]\\.cache[/\\\\]lsp-csharp\\'"
"[/\\\\]\\.meta\\'"
"[/\\\\]\\.nuget\\'"
;; Unity
"[/\\\\]Library\\'"
;; Clojure
Expand Down

0 comments on commit 57d08cd

Please sign in to comment.