Skip to content

Commit a1deb3e

Browse files
authored
Merge pull request moby#4012 from kzys/dockerignore-docs
2 parents 8952b70 + 487ef03 commit a1deb3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/dockerfile/docs/reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,9 @@ uses this mechanism:
392392
!README.md
393393
```
394394

395-
All markdown files *except* `README.md` are excluded from the context.
395+
All markdown files right under the context directory *except* `README.md`
396+
are excluded from the context. Note that markdown files under subdirectories
397+
are still included.
396398

397399
The placement of `!` exception rules influences the behavior: the last
398400
line of the `.dockerignore` that matches a particular file determines

0 commit comments

Comments
 (0)