Merge pull request #20 from inaka/jfacorro.add_rebar_config
Add rebar.config and .gitignore
This commit is contained in:
commit
fe6c8859b0
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
ebin/
|
1
rebar.config
Normal file
1
rebar.config
Normal file
|
@ -0,0 +1 @@
|
|||
{erl_opts, [debug_info]}.
|
|
@ -4,5 +4,6 @@
|
|||
{applications, [kernel, stdlib]},
|
||||
{vsn, "1.0"},
|
||||
{registered, []},
|
||||
{env, []}
|
||||
{env, []},
|
||||
{applications, []}
|
||||
]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue