Skip to content

Commit 8b77fbc

Browse files
authored
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/
1 parent b4105e7 commit 8b77fbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Elixir.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ erl_crash.dump
88
*.beam
99
/config/*.secret.exs
1010
.elixir_ls/
11+
.expert/

0 commit comments

Comments
 (0)