spatie / activitylog

A very simple activity logger to monitor the users of your website or application
https://spatie.be/opensource/laravel
MIT License
582 stars 75 forks source link

Clean contants of gitignore to allow vendor/spatie/activitylog/ to up… #17

Closed sineld closed 8 years ago

sineld commented 8 years ago

…date on server.

freekmurze commented 8 years ago

Could you give a use case of why you want this change?

I'm probably not going to merge this. You shouldn't mess around with the vendor and composer file of the packages that are installed in your project. Composer will handle that.

sineld commented 8 years ago

I personally keep my vendor folder on my private git repository and pull it form other computer for updates on late hours. So instead of to trigger composer install every time I upload contents of vendor dir.

freekmurze commented 8 years ago

That may work fine in your case, but it isn't the default way of doing this. Most users will use composer install on their server and let Composer do it's thing. That's way I'm not going to merge this.

sineld commented 8 years ago

I have solved it with another way. You may ignore this pull-request. Thanks.