mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-06 14:57:12 +00:00
28 lines
557 B
Plaintext
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
|