• Hi!

    After the last updates, we got errors from the plugin. .gitignore file was added and there is a vendor folder exclusion. When I add plugin update – files from vendor folder is being ignored.

    For now, we have solved it by manually removing vendor from your plugin’s gitignore file.

    please update that, I think other might have same problem.

Viewing 1 replies (of 1 total)
  • We ran into this as well. We deploy updates from a staging server to live ones using Git, and while the latest version of the plugin worked fine on our staging server, when we pushed it out to live all the live sites broke. I was able to trace the problem back to missing files on the live sites that weren’t there because the new .gitignore prevented them from getting committed to Git.

    We can’t update the plugin safely until this issue is resolved.

Viewing 1 replies (of 1 total)
  • The topic ‘Gitignore file prevents from storing plugin in git’ is closed to new replies.