mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
.dockerignore pattern of **/.foo incorrectly matched **/bar.foo because **/.foo was getting converted into a .*\.foo regex instead of (.*/)*\.foo Closes #29014 Signed-off-by: Doug Davis <dug@us.ibm.com> Upstream-commit: 376bb84c5c8f6183dbb88dae705e1de4182da4c9 Component: engine