mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 03:08:01 +08:00
67cc260d52
* Split the components into individual package A follow-up PR will be made to build dedicated Docker images for each component, so that every component Docker image has minimal jars, which is easy to maintain and good for security fixes. * Split the components into individual package A follow-up PR will be made to build dedicated Docker images for each component, so that every component Docker image has minimal jars, which is easy to maintain and good for security fixes. * Split the components into individual package A follow-up PR will be made to build dedicated Docker images for each component, so that every component Docker image has minimal jars, which is easy to maintain and good for security fixes.
64 lines
980 B
Plaintext
64 lines
980 B
Plaintext
.git
|
|
.svn
|
|
.hg
|
|
.zip
|
|
.gz
|
|
.DS_Store
|
|
.target
|
|
.idea/
|
|
target/
|
|
dist/
|
|
all-dependencies.txt
|
|
self-modules.txt
|
|
third-party-dependencies.txt
|
|
.settings
|
|
.nbproject
|
|
.classpath
|
|
.project
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
*.tgz
|
|
.*.swp
|
|
.vim
|
|
.tmp
|
|
node_modules
|
|
npm-debug.log
|
|
.vscode
|
|
logs/*
|
|
.mvn/
|
|
.www
|
|
t.*
|
|
.factorypath
|
|
Chart.lock
|
|
yarn.lock
|
|
package-lock.json
|
|
config.gypi
|
|
test/coverage
|
|
/docs/zh_CN/介绍
|
|
/docs/zh_CN/贡献代码.md
|
|
dolphinscheduler-common/src/main/resources/zookeeper.properties
|
|
dolphinscheduler-dao/src/main/resources/dao/data_source.properties
|
|
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
|
|
dolphinscheduler-ui/dist
|
|
dolphinscheduler-ui/node
|
|
dolphinscheduler-common/sql
|
|
dolphinscheduler-common/test
|
|
|
|
# ------------------
|
|
# pydolphinscheduler
|
|
# ------------------
|
|
# Cache
|
|
__pycache__/
|
|
|
|
# Build
|
|
build/
|
|
*egg-info/
|
|
|
|
# Test coverage
|
|
.coverage
|
|
htmlcov/
|