Merge pull request #2 from inaka/jfacorro.add_rebar_config
Add rebar.config and .gitignore
This commit is contained in:
commit
e68f5761bd
2 changed files with 2 additions and 0 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]}.
|
Loading…
Add table
Add a link
Reference in a new issue