Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rebar3 tool files and directories #3178

Merged
merged 2 commits into from Sep 16, 2019
Merged

Add rebar3 tool files and directories #3178

merged 2 commits into from Sep 16, 2019

Conversation

@AntoineGagne
Copy link
Contributor

@AntoineGagne AntoineGagne commented Sep 13, 2019

Reasons for making this change:

rebar3 has been the most used Erlang build tool for some time now. It is officially endorsed by the project too.

Links to documentation supporting these rule changes:

  • The template currently supports older version of rebar. This link shows the changes from the older version. It also shows that the auto generated build directory is _build.
  • The documentation for the _checkouts directory can be found here. It is essentially a directory so you can put libraries/applications you are working on locally while you are developing.
  • The .rebar3 has essentially the same function as the .rebar (which is already present) except that it is for rebar3.
  • Link to application or project’s homepage: https://www.rebar3.org/
Copy link
Member

@shiftkey shiftkey left a comment

Thanks for this @AntoineGagne! Only one suggestion to improve the template while we're in making this change...

Erlang.gitignore Show resolved Hide resolved
Copy link
Member

@shiftkey shiftkey left a comment

Thanks @AntoineGagne!

@shiftkey shiftkey merged commit 0d7600f into github:master Sep 16, 2019
tokuhira added a commit to tokuhira/gitignore that referenced this pull request Dec 16, 2019
* Add rebar3 tool files and directories

* Add headers to specify tools artifacts
r2pgl added a commit to r2pgl/gitignore that referenced this pull request Mar 15, 2020
* Add rebar3 tool files and directories

* Add headers to specify tools artifacts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants