From c5e67723f30d3d86438da724dda74a4b0551f4b5 Mon Sep 17 00:00:00 2001 From: Sylvain Rabot Date: Fri, 14 Feb 2020 10:52:33 +0100 Subject: [PATCH] Do not copy tests dirs in docker image Signed-off-by: Sylvain Rabot --- .dockerignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index 487e5b151c1..46e140101cf 100644 --- a/.dockerignore +++ b/.dockerignore @@ -12,5 +12,8 @@ !LICENSE.txt # Exclude build droppings, as mentioned in .gitignore src/build* +# Exclude tests +src/azure-cli/azure/cli/command_modules/*/tests +# Exclude python cache **/*.pyc **/__pycache__