mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
build: add more files to .dockerignore (#13113)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user