From ab1965ff7ffcba742c0ba38ba66db5b069d61083 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 baf96946ee..d2f4d315d7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,3 @@ -*/virtualenv/* -*/venv/* -virtualenv/* \ No newline at end of file +venv +virtualenv +.tox -- 2.39.5