We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8952b70 + 487ef03 commit a1deb3eCopy full SHA for a1deb3e
frontend/dockerfile/docs/reference.md
@@ -392,7 +392,9 @@ uses this mechanism:
392
!README.md
393
```
394
395
-All markdown files *except* `README.md` are excluded from the context.
+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.
398
399
The placement of `!` exception rules influences the behavior: the last
400
line of the `.dockerignore` that matches a particular file determines
0 commit comments