Closed jimsynz closed 1 year ago
If a mix project contains any modules which are not generated by the Elixir compiler (eg .erl files in the src/ directory), then it will not be prepended by Elixir., so we can skip it.
.erl
src/
Elixir.
Closes #43.
Thanks for the contribution! Much appreciated :)
If a mix project contains any modules which are not generated by the Elixir compiler (eg
.erl
files in thesrc/
directory), then it will not be prepended byElixir.
, so we can skip it.Closes #43.