• We use your plugin in our project and it is added to our main git repo. I noticed that there is a gitignore in the plugin which causes the vendor folder not to be included in the main repo. Do you have a work around for this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author rosell.dk

    (@roselldk)

    I don’t quite follow. Would it help if I simply remove .gitignore? Or would you require that vendor folder is committed too? (bad practice, they say).
    Perhaps [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) can come to the rescue… ? I am open for suggestions

    Plugin Author rosell.dk

    (@roselldk)

    Do you pull down WebP Express from the wordpress plugin directory or from github?

    Plugin Author rosell.dk

    (@roselldk)

    I shall at the very least remove .gitignore from the wordpress plugin directory as it has no function to play here. It is just a matter of a slight modification in the script I use to rsync my local git dir with my local svn dir

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘gitignore’ is closed to new replies.