erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

add the possibility to ignore some files when publishing #25

Closed benoitc closed 4 years ago

benoitc commented 8 years ago

When you don't pay attention, some none files may be included in the source package. For example .so in priv, .o in c_src ...

Having a .hexignore would be useful for that. Thoughts?

tsloughter commented 8 years ago

This was brought up again, definitely a feature that should be added soon. Not sure when I'll get t oit.

saleyn commented 8 years ago

As far as I understand this feature was implemented with the exclude_files config option. Could you point to an example where that option is supposed to go in the config file and whether is accepts wildcards?

starbelly commented 4 years ago

This was indeed resolved via exclude_files feature. Closing as resolved. Please re-open if there is another issue.