Explorar o código

Merge pull request #30351 from friism/patch-9

remove indent from .dockerignore example
Vincent Demeester %!s(int64=8) %!d(string=hai) anos
pai
achega
4f926b67f4
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      docs/reference/builder.md

+ 3 - 3
docs/reference/builder.md

@@ -403,9 +403,9 @@ Here is an example `.dockerignore` file:
 
 
 ```
 ```
 # comment
 # comment
-    */temp*
-    */*/temp*
-    temp?
+*/temp*
+*/*/temp*
+temp?
 ```
 ```
 
 
 This file causes the following build behavior:
 This file causes the following build behavior: