mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-09 00:18:52 +00:00
30 lines
372 B
Plaintext
30 lines
372 B
Plaintext
build/
|
|
target/
|
|
repos/
|
|
tmp/
|
|
bin/
|
|
.gradle/
|
|
.settings
|
|
.project
|
|
.classpath
|
|
*.swp
|
|
*.jar
|
|
*.idea
|
|
*.iml
|
|
*.class
|
|
*.ipr
|
|
*.iws
|
|
/RUNNING_PID
|
|
wherehows-etl/src/main/resources/application.properties
|
|
**/test/resources/*.properties
|
|
logs/
|
|
.DS_Store
|
|
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# compiled output
|
|
dist/
|
|
out/
|
|
/commit
|
|
/.vscode/
|
|
*/src/generated/
|