Had this same issue too, copy the .gitignore file to another location, delete the exisiting cache folder, create a new one, move the .gitignore file back in it, then run php artisan optimize:clear , that fixed it for me :)
.gitignore
cache
php artisan optimize:clear