From 1b87665ea2a6dd2707cbd46db4093e9cdf0bb4d7 Mon Sep 17 00:00:00 2001 From: Elisiei Yehorov Date: Fri, 3 Apr 2026 18:33:53 +0200 Subject: [PATCH] feat: elixir --- elixir/.envrc | 1 + elixir/.gitignore | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 elixir/.envrc create mode 100644 elixir/.gitignore diff --git a/elixir/.envrc b/elixir/.envrc new file mode 100644 index 0000000..3550a30 --- /dev/null +++ b/elixir/.envrc @@ -0,0 +1 @@ +use flake diff --git a/elixir/.gitignore b/elixir/.gitignore new file mode 100644 index 0000000..4975c62 --- /dev/null +++ b/elixir/.gitignore @@ -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