From 86b7a184848f61305b2a23eb486227833ac103b9 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 1 Apr 2022 15:51:41 -0400 Subject: [PATCH] .dockerignore: Simplify paths The we we'd used wildcards, we were only ignoring directory contents - not the directories themselves. Also add the tox temporary directory. Signed-off-by: Zack Cerza --- .dockerignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index baf96946e..d2f4d315d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,3 @@ -*/virtualenv/* -*/venv/* -virtualenv/* \ No newline at end of file +venv +virtualenv +.tox -- 2.47.3