Merge pull request #20 from inaka/jfacorro.add_rebar_config

Add rebar.config and .gitignore
This commit is contained in:
Dmitry Melnikov 2015-10-01 23:43:23 +03:00
commit fe6c8859b0
3 changed files with 4 additions and 1 deletions

View file

@ -4,5 +4,6 @@
{applications, [kernel, stdlib]},
{vsn, "1.0"},
{registered, []},
{env, []}
{env, []},
{applications, []}
]}.