Skip to content

viterex_addon-3.5.7.zip

Choose a tag to compare

@ynamite ynamite released this 17 Sep 11:16
· 2 commits to main since this release

Fixed

  • stubs/.gitignore.example: vendor/ and .tools/ matched at every
    depth.
    The unanchored patterns also ignored nested directories such as a
    project-local addon's committed src/addons/<addon>/vendor. They are now
    anchored to the project root (/vendor/, /.tools/). Existing projects
    keep their old lines — "Install stubs" only appends the new ones, so remove
    the unanchored vendor/ / .tools/ entries by hand if they bite.