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
You might think /example/packages/ will be unignored by this, but that is not the case according to the .gitignore standard.
With this setup, any files in /example/packages/ besides /example/packages/example.yaml will be ignored. But the Gitignore::toRegex does not match this logic properly.