mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07: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>