orobogenius / sansdaemon

Batch process Laravel Queue without a daemon; Processes queue jobs and kills the process
https://medium.com/@orobogenius/laravel-queue-processing-on-shared-hosting-dedd82d0267a
MIT License
176 stars 17 forks source link

Add gitattributes to don't install extra files with composer #9

Closed arxeiss closed 5 years ago

arxeiss commented 5 years ago

All files and folder listed in .gitattributes file marked as export-ignore will not be downloaded via composer install command, so the vendor folder of user will be more clean.

It is suggested to use this file as rule no. 10 https://thephpleague.com/#quality