First commit

This commit is contained in:
2020-04-20 18:18:51 +03:00
parent a14860401e
commit b45a818fa4
21 changed files with 363 additions and 0 deletions

7
.gitignore vendored
View File

@@ -1,5 +1,12 @@
# The directory Mix will write compiled artifacts to.
/_build/
/.elixir_ls/
/priv/input/
/priv/output/
/config/*.secret.exs
/config/*.pem
/config/*.key
# If you run "mix test --cover", coverage assets end up here.
/cover/