liuggio / statsd-php-client

Statsd (Object Oriented) client library for PHP
MIT License
115 stars 32 forks source link

Create .gitattributes (master) #61

Open reedy opened 1 year ago

reedy commented 1 year ago

https://github.com/liuggio/statsd-php-client/pull/58 I'm apparently creating dupes of myself...

dav-m85 commented 1 year ago

@reedy Hi, can you elaborate why this change is needed please? Not sure I understand why this is for :)

reedy commented 1 year ago

Basically everything with expore-ignore won't be included when you install the package via composer/packagist, or similar via git export (IIRC).

It results in a cleaner vendor folder, which is useful if you're comitting to another repo (for various reasons).

Most people don't need these files.

https://php.watch/articles/composer-gitattributes gives a bit more detail