You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.