datahub/.dockerignore
Dexter Lee 2b54475c16
feat(api): Add git-based server version to the UI and config endpoint (#3866)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-01-11 15:00:57 -08:00

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