mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
The current documentation correctly states that dockerignore pattern searches are non-recursive. However, the example given for Markdown files seems to contradict this by saying that `*.md` will exclude *all* Markdown files. This commit clarifies the situation by explicitly specifying that `*.md` will only exclude files in the root directory of the project. Signed-off-by: Tim Wraight <tim.wraight@tangentlabs.co.uk> Upstream-commit: 182d2668a1b6bd0c7f58ac1d9ffccd0a27a17821 Component: engine