2-11同步

This commit is contained in:
2026-02-11 14:55:11 +08:00
parent db4a0b109c
commit 8fd739746f
106 changed files with 10981 additions and 15909 deletions

10
.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,10 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 已忽略包含查询文件的默认文件夹
/queries/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/

6
.idea/misc.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="21" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

11
.idea/modules.xml generated Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/SCM/SCM.iml" filepath="$PROJECT_DIR$/SCM/SCM.iml" />
<module fileurl="file://$PROJECT_DIR$/jenkins-pipeline.iml" filepath="$PROJECT_DIR$/jenkins-pipeline.iml" />
<module fileurl="file://$PROJECT_DIR$/old_pipeline/old_pipeline.iml" filepath="$PROJECT_DIR$/old_pipeline/old_pipeline.iml" />
<module fileurl="file://$PROJECT_DIR$/SCM/构建镜像/构建镜像.iml" filepath="$PROJECT_DIR$/SCM/构建镜像/构建镜像.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>