zhongrj
2024-01-09 8dbe189d3e065084af1302aa82830b800aaf4ea1
添加git 提交排除配置文件
6 files added
144 ■■■■■ changed files
xxl-job-admin/.editorconfig 21 ●●●●● patch | view | raw | blame | history
xxl-job-admin/.gitignore 27 ●●●●● patch | view | raw | blame | history
xxl-job-core/.editorconfig 21 ●●●●● patch | view | raw | blame | history
xxl-job-core/.gitignore 27 ●●●●● patch | view | raw | blame | history
xxl-job-executor/.editorconfig 21 ●●●●● patch | view | raw | blame | history
xxl-job-executor/.gitignore 27 ●●●●● patch | view | raw | blame | history
xxl-job-admin/.editorconfig
New file
@@ -0,0 +1,21 @@
# http://editorconfig.org
root = true
# 空格替代Tab缩进在各种编辑工具下效果一致
[*]
indent_style = space
indent_size = 4
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.java]
indent_style = tab
[*.{json,yml}]
indent_size = 2
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
xxl-job-admin/.gitignore
New file
@@ -0,0 +1,27 @@
# maven #
target
logs
# windows #
Thumbs.db
# Mac #
.DS_Store
# eclipse #
.settings
.project
.classpath
.log
*.class
# idea #
.idea
*.iml
# Package Files #
*.jar
*.war
*.ear
/target
xxl-job-core/.editorconfig
New file
@@ -0,0 +1,21 @@
# http://editorconfig.org
root = true
# 空格替代Tab缩进在各种编辑工具下效果一致
[*]
indent_style = space
indent_size = 4
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.java]
indent_style = tab
[*.{json,yml}]
indent_size = 2
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
xxl-job-core/.gitignore
New file
@@ -0,0 +1,27 @@
# maven #
target
logs
# windows #
Thumbs.db
# Mac #
.DS_Store
# eclipse #
.settings
.project
.classpath
.log
*.class
# idea #
.idea
*.iml
# Package Files #
*.jar
*.war
*.ear
/target
xxl-job-executor/.editorconfig
New file
@@ -0,0 +1,21 @@
# http://editorconfig.org
root = true
# 空格替代Tab缩进在各种编辑工具下效果一致
[*]
indent_style = space
indent_size = 4
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.java]
indent_style = tab
[*.{json,yml}]
indent_size = 2
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
xxl-job-executor/.gitignore
New file
@@ -0,0 +1,27 @@
# maven #
target
logs
# windows #
Thumbs.db
# Mac #
.DS_Store
# eclipse #
.settings
.project
.classpath
.log
*.class
# idea #
.idea
*.iml
# Package Files #
*.jar
*.war
*.ear
/target