feat: elixir

This commit is contained in:
Elisiei Yehorov 2026-04-03 18:33:53 +02:00
parent 153272ff91
commit 1b87665ea2
Signed by: elisiei
GPG key ID: BA1D158DCE3DF089
2 changed files with 19 additions and 0 deletions

1
elixir/.envrc Normal file
View file

@ -0,0 +1 @@
use flake

18
elixir/.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# Created by https://www.toptal.com/developers/gitignore/api/elixir
# Edit at https://www.toptal.com/developers/gitignore?templates=elixir
### Elixir ###
/_build
/cover
/deps
/doc
/.fetch
erl_crash.dump
*.ez
*.beam
/config/*.secret.exs
.elixir_ls/
### Elixir Patch ###
# End of https://www.toptal.com/developers/gitignore/api/elixir