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
bug #61667 [Config] Fix GlobResource pattern with trailing slash (HypeMC)
This PR was merged into the 6.4 branch.
Discussion
----------
[Config] Fix `GlobResource` pattern with trailing slash
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
I've noticed that when using exclude patterns in service imports, a trailing slash doesn't always work:
* `../src/Foo/` - works with the trailing slash
* `../src/**/Foo/` - doesn't work with the trailing slash
Commits
-------
ba0712da49a [Config] Fix `GlobResource` pattern with trailing slash
0 commit comments