From 8b77fbcf84000110f263579130be4130f83e6bc1 Mon Sep 17 00:00:00 2001 From: Marek Kaput Date: Tue, 17 Feb 2026 11:57:40 +0100 Subject: [PATCH] Add .expert to Elixir.gitignore Expert is the official language server implementation for the Elixir programming language. Link: https://expert-lsp.org/ It stores its data in an `.expert` directory (similarly to Elixir LS). It is not meant to be tracked in the repository. Expert doesn't have any proper documentation of this directory, but it's mentioned in FAQ: https://expert-lsp.org/docs/troubleshooting/ --- Elixir.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index b263cd10f3..af7d08ea48 100644 --- a/Elixir.gitignore +++ b/Elixir.gitignore @@ -8,3 +8,4 @@ erl_crash.dump *.beam /config/*.secret.exs .elixir_ls/ +.expert/