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