From 10296651fb2de1fbef82d358f736b02481dd1943 Mon Sep 17 00:00:00 2001 From: Jesse Yang Date: Sun, 14 Feb 2021 22:04:52 -1000 Subject: [PATCH] build: add more files to .dockerignore (#13113) --- .dockerignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 54c3101f1..c0bd5d3d9 100644 --- a/.dockerignore +++ b/.dockerignore @@ -15,6 +15,9 @@ # limitations under the License. # **/__pycache__/ +**/.git +**/.apache_superset.egg-info +**/.github **/.mypy_cache **/.pytest_cache **/.tox @@ -30,11 +33,14 @@ **/*.pyc **/*.sqllite **/*.swp +**/.terser-plugin-cache/ +**/.storybook/ +**/node_modules/ tests/ docs/ install/ -superset-frontend/node_modules/ -superset-frontend/cypress/ +superset-frontend/cypress-base/ superset-frontend/coverage/ +superset/static/assets/ venv