Closed ankurk91 closed 3 years ago
Hi,
The .gitattributes file will make the package smaller and will consume less space on hard disk. This is recommended for php composer packages
.gitattributes
https://php.watch/articles/composer-gitattributes
I would also suggest to remove all traces of travis-ci from repo as it is not working.
travis-ci
Hi,
The
.gitattributes
file will make the package smaller and will consume less space on hard disk. This is recommended for php composer packageshttps://php.watch/articles/composer-gitattributes
I would also suggest to remove all traces of
travis-ci
from repo as it is not working.