mostafaznv / larupload

Larupload is an ORM based file uploader for laravel to upload image, video, audio and other known files.
https://mostafaznv.gitbook.io/larupload/
MIT License
45 stars 5 forks source link

Ignore unnecessary files to prevent from installation #14

Closed hans-thomas closed 1 year ago

hans-thomas commented 1 year ago

Hi, by adding unnecessary files to .gitattributes , the downloaded package size using composer reduces from 1.2 MB to 61.8 KB.

codecov[bot] commented 1 year ago

Codecov Report

Merging #14 (204744f) into master (f1c5216) will not change coverage. The diff coverage is n/a.

@@             Coverage Diff             @@
##              master       #14   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       460       460           
===========================================
  Files             53        53           
  Lines           1660      1660           
===========================================
  Hits            1660      1660           
mostafaznv commented 1 year ago

Thank you very much @hans-thomas. Your PR has been merged and released under v1.0.2

hans-thomas commented 1 year ago

I appreciate it ❤️