build: add more files to .dockerignore (#13113)

This commit is contained in:
Jesse Yang
2021-02-14 22:04:52 -10:00
committed by GitHub
parent 5b669b3d79
commit 10296651fb

View File

@@ -15,6 +15,9 @@
# limitations under the License. # limitations under the License.
# #
**/__pycache__/ **/__pycache__/
**/.git
**/.apache_superset.egg-info
**/.github
**/.mypy_cache **/.mypy_cache
**/.pytest_cache **/.pytest_cache
**/.tox **/.tox
@@ -30,11 +33,14 @@
**/*.pyc **/*.pyc
**/*.sqllite **/*.sqllite
**/*.swp **/*.swp
**/.terser-plugin-cache/
**/.storybook/
**/node_modules/
tests/ tests/
docs/ docs/
install/ install/
superset-frontend/node_modules/ superset-frontend/cypress-base/
superset-frontend/cypress/
superset-frontend/coverage/ superset-frontend/coverage/
superset/static/assets/
venv venv