Browse code

Merge pull request #30351 from friism/patch-9

remove indent from .dockerignore example

Vincent Demeester authored on 2017/01/23 19:30:23
Showing 1 changed files
... ...
@@ -403,9 +403,9 @@ Here is an example `.dockerignore` file:
403 403
 
404 404
 ```
405 405
 # comment
406
-    */temp*
407
-    */*/temp*
408
-    temp?
406
+*/temp*
407
+*/*/temp*
408
+temp?
409 409
 ```
410 410
 
411 411
 This file causes the following build behavior: