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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -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