diff --git a/.dockerignore b/.dockerignore index 911b9d41e..a5b1aab59 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,6 @@ ./ci/ conf/stack +conf/stack/** screenshots tools test/data/registry @@ -24,3 +25,4 @@ coverage test/__pycache__ __pycache__ **/__pycache__ +static/build/** \ No newline at end of file