jakubkulhan / bunny

Performant pure-PHP AMQP (RabbitMQ) sync/async (ReactPHP) library
MIT License
698 stars 101 forks source link

Add .github, examples and docker to .gitattributes #140

Closed VincentLanglet closed 1 year ago

VincentLanglet commented 1 year ago

Hi @WyriHaximus

I saw a gitattribute were added but I think some entries are missing

VincentLanglet commented 1 year ago

There is already the tutorial folder https://github.com/jakubkulhan/bunny/pull/140/files#diff-618cd5b83d62060ba3d027e314a21ceaf75d36067ff820db126642944145393eR4

VincentLanglet commented 1 year ago

I sorted the entries @WyriHaximus :)

WyriHaximus commented 1 year ago

There is already the tutorial folder https://github.com/jakubkulhan/bunny/pull/140/files#diff-618cd5b83d62060ba3d027e314a21ceaf75d36067ff820db126642944145393eR4

Hah you're right, this is why the sorting is handy :sweat_smile:

VincentLanglet commented 1 year ago

You're welcome ; do you ming releasing https://github.com/jakubkulhan/bunny/compare/v0.5.4...master or do you plan to do more merge ?

WyriHaximus commented 1 year ago

@VincentLanglet Will do so tomorrow morning, prepped everything just now. There are plans to merge more but it makes sense to get this out now over waiting for all the 0.6 changes to get in. Will also make sure to have a 0.5 and a 0.6 branch for the long term branching.

WyriHaximus commented 1 year ago

@VincentLanglet v0.5.5 has been tagged