datahub/.dockerignore

28 lines
557 B
Plaintext

**/node_modules/
*/build/
*/*/build/
**/venv/
**/.tox/
**/.mypy_cache/
**/.pytest_cache/
**/.ruff_cache/
**/__pycache__/
out
**/*.class
# Have to copy gradle/wrapper/gradle-wrapper.jar, can't exclude ALL jars
**/build/**/*.jar
# Jars/Wars that are final outputs of java projects.
!**/build/libs/*.war
!**/build/libs/*.jar
!datahub-frontend/build/stage/main/**
# Content in .git is used to get the git version
# Just ignore the heavy parts that are not used
.git/logs
.git/COMMIT_*
.git/index
.gradle
/metadata-ingestion/tests
/metadata-ingestion/examples