feat: elixir
This commit is contained in:
parent
153272ff91
commit
1b87665ea2
2 changed files with 19 additions and 0 deletions
1
elixir/.envrc
Normal file
1
elixir/.envrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
use flake
|
||||
18
elixir/.gitignore
vendored
Normal file
18
elixir/.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Reference in a new issue