Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 22 additions & 31 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# IDE files
.git
.svn
.hg
Expand All @@ -9,11 +10,6 @@
!.idea/icon.png
!.idea/vcs.xml
.run/
target/
dist/
all-dependencies.txt
self-modules.txt
third-party-dependencies.txt
.settings
.nbproject
.classpath
Expand All @@ -25,33 +21,28 @@ third-party-dependencies.txt
.*.swp
.vim
.tmp
node_modules
npm-debug.log
.vscode
logs/*
__pycache__

# maven build files
target/
dist/
.mvn/
.www
t.*
.factorypath
Chart.lock
yarn.lock

# In standalone mode, use 'jdbc:h2:./h2_db/dolphinscheduler;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=true' to avoid db loss after restart
h2_db

# dependency files when execute check-LICENSE.sh
all-dependencies.txt
self-modules.txt
third-party-dependencies.txt

# logs files
logs

# ui module
package-lock.json
config.gypi
test/coverage
/docs/zh_CN/介绍
/docs/zh_CN/贡献代码.md
derby.log
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-ui/dist
dolphinscheduler-ui/node
dolphinscheduler-common/sql
dolphinscheduler-common/test
dolphinscheduler-worker/logs
dolphinscheduler-master/logs
dolphinscheduler-api/logs
__pycache__
pnpm-lock.yaml

# ci
ds_schema_check_test
Loading
Loading