From 3ceb8c38db4e59fc1a3f59a742bd2040c4a0cdf5 Mon Sep 17 00:00:00 2001 From: Robert Virding Date: Sat, 22 Dec 2018 01:13:39 +0100 Subject: [PATCH] Initial commit --- .gitignore | 18 ++++++++++++++++++ README.md | 11 +++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40ca652 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..a592b1a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +THIS IS VERY MUCH *WIP* SO BEWARE! + +aesophia +===== + +An OTP application + +Build +----- + + $ rebar3 compile