From edfef00c506d6c7d0b8f056ffcd9a83f15d5fe92 Mon Sep 17 00:00:00 2001 From: David Delassus Date: Thu, 22 Aug 2024 12:27:59 +0200 Subject: [PATCH] :see_no_evil: :whale: exclude documentation files from docker context --- .dockerignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.dockerignore b/.dockerignore index 71fd6229..5ad19145 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,4 +5,9 @@ /web/static/webcomponents/ /web/components/floweditor/node_modules/ /web/components/code-editor/node_modules/ +/docs/ +/LICENSE.txt +/README.md +/CONTRIBUTING.md +/SECURITY.md .git*