From 2c5099d123db3e2f35f1d7b78fdb12e9a26c4ba2 Mon Sep 17 00:00:00 2001 From: jsvisa Date: Tue, 4 Jul 2023 01:44:11 +0000 Subject: [PATCH] docker: don't ignore examples Signed-off-by: jsvisa --- .dockerignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 0fbda481bfe0..95c7af355cfb 100644 --- a/.dockerignore +++ b/.dockerignore @@ -16,4 +16,7 @@ !/dist # include licenses -!LICENSE-* \ No newline at end of file +!LICENSE-* + +# include example files +!/examples