datahub/.dockerignore
2025-04-09 11:53:34 -07:00

23 lines
423 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
# 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