mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-04 13:53:36 +00:00
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
**/node_modules/
|
|
datahub-frontend/build/
|
|
metadata-ingestion/venv/
|
|
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
|