From e4e18030b29c6429aefd82882bea322d9c8333d3 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Sat, 22 Jun 2019 08:12:42 -0400 Subject: [PATCH] fix dockerignore format --- .dockerignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 00b9c7e..0253abd 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,3 @@ /build -__pycache__ -.pytest_cache +**/__pycache__ +**/.pytest_cache