Initial commit

This commit is contained in:
Robert Virding 2018-12-22 01:13:39 +01:00
commit 3ceb8c38db
2 changed files with 29 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
.rebar3
_*
.eunit
*.o
*.beam
*.plt
*.swp
*.swo
.erlang.cookie
ebin
log
erl_crash.dump
.rebar
logs
_build
.idea
*.iml
rebar3.crashdump

11
README.md Normal file
View File

@ -0,0 +1,11 @@
THIS IS VERY MUCH *WIP* SO BEWARE!
aesophia
=====
An OTP application
Build
-----
$ rebar3 compile