This commit is contained in:
2024-06-04 00:56:22 +02:00
commit 5b66cde5bc
7 changed files with 176 additions and 0 deletions

18
.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