2019-04-12 11:32:35 +08:00
|
|
|
.git
|
|
|
|
.svn
|
|
|
|
.hg
|
|
|
|
.zip
|
|
|
|
.gz
|
|
|
|
.DS_Store
|
2020-11-06 00:03:20 +08:00
|
|
|
.target
|
2021-01-24 15:41:58 +08:00
|
|
|
.idea/
|
2022-06-22 10:13:55 +08:00
|
|
|
.run/
|
2021-01-24 15:41:58 +08:00
|
|
|
target/
|
2021-02-14 17:42:04 +08:00
|
|
|
dist/
|
|
|
|
all-dependencies.txt
|
|
|
|
self-modules.txt
|
|
|
|
third-party-dependencies.txt
|
2019-04-12 11:32:35 +08:00
|
|
|
.settings
|
|
|
|
.nbproject
|
|
|
|
.classpath
|
|
|
|
.project
|
2020-11-06 00:03:20 +08:00
|
|
|
*.iml
|
2019-04-12 11:32:35 +08:00
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
*.tgz
|
|
|
|
.*.swp
|
|
|
|
.vim
|
|
|
|
.tmp
|
2020-11-06 00:03:20 +08:00
|
|
|
node_modules
|
2019-04-12 11:32:35 +08:00
|
|
|
npm-debug.log
|
|
|
|
.vscode
|
|
|
|
logs/*
|
2021-01-24 15:41:58 +08:00
|
|
|
.mvn/
|
2019-04-12 11:32:35 +08:00
|
|
|
.www
|
|
|
|
t.*
|
2021-01-24 15:41:58 +08:00
|
|
|
.factorypath
|
|
|
|
Chart.lock
|
2019-04-12 11:32:35 +08:00
|
|
|
yarn.lock
|
|
|
|
package-lock.json
|
|
|
|
config.gypi
|
|
|
|
test/coverage
|
2019-04-24 17:04:21 +08:00
|
|
|
/docs/zh_CN/介绍
|
|
|
|
/docs/zh_CN/贡献代码.md
|
2021-01-24 15:41:58 +08:00
|
|
|
dolphinscheduler-common/src/main/resources/zookeeper.properties
|
|
|
|
dolphinscheduler-dao/src/main/resources/dao/data_source.properties
|
2019-10-08 18:30:40 +08:00
|
|
|
dolphinscheduler-alert/logs/
|
|
|
|
dolphinscheduler-alert/src/main/resources/alert.properties_bak
|
|
|
|
dolphinscheduler-alert/src/main/resources/logback.xml
|
|
|
|
dolphinscheduler-server/src/main/resources/logback.xml
|
2020-11-06 00:03:20 +08:00
|
|
|
dolphinscheduler-ui/dist
|
2019-12-11 15:04:24 +08:00
|
|
|
dolphinscheduler-ui/node
|
2021-11-14 20:22:13 +08:00
|
|
|
dolphinscheduler-common/sql
|
|
|
|
dolphinscheduler-common/test
|
2022-01-25 21:33:09 +08:00
|
|
|
dolphinscheduler-worker/logs
|
2021-10-31 20:35:46 +08:00
|
|
|
|
2021-11-17 09:46:40 +08:00
|
|
|
# ------------------
|
2021-10-31 20:35:46 +08:00
|
|
|
# pydolphinscheduler
|
2021-11-17 09:46:40 +08:00
|
|
|
# ------------------
|
|
|
|
# Cache
|
2021-10-31 20:35:46 +08:00
|
|
|
__pycache__/
|
2022-03-12 21:27:36 +08:00
|
|
|
.tox/
|
2021-11-17 09:46:40 +08:00
|
|
|
|
|
|
|
# Build
|
2021-10-31 20:35:46 +08:00
|
|
|
build/
|
|
|
|
*egg-info/
|
2021-11-17 09:46:40 +08:00
|
|
|
|
|
|
|
# Test coverage
|
|
|
|
.coverage
|
|
|
|
htmlcov/
|