From 7286803d313f02f045cb7f77b128ec3e8b2ed52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Thu, 26 Sep 2024 16:45:48 +0800 Subject: [PATCH] 'commit' --- .gitignore | 17 +++--- .idea/.gitignore | 8 --- .idea/compiler.xml | 30 +-------- .idea/encodings.xml | 50 +-------------- .idea/jarRepositories.xml | 10 --- .idea/misc.xml | 17 ------ .idea/modules.xml | 11 ++++ .idea/uiDesigner.xml | 124 -------------------------------------- .idea/vcs.xml | 3 +- .idea/workspace.xml | 107 ++++++++++++++++++++++++++++++++ ds-base/dsBase.iml | 8 --- dsBase/dsBase.iml | 1 - dsBuild/dsBuild.iml | 1 - dsGw/dsGw.iml | 1 - dsRes.iml | 8 --- 15 files changed, 131 insertions(+), 265 deletions(-) delete mode 100644 .idea/.gitignore create mode 100644 .idea/modules.xml delete mode 100644 .idea/uiDesigner.xml create mode 100644 .idea/workspace.xml delete mode 100644 ds-base/dsBase.iml delete mode 100644 dsRes.iml diff --git a/.gitignore b/.gitignore index 74c76d12..d52393f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ -/.idea/ *.log *.class -/ds-base/target/ -/ds-base/lib/ -/ds-build/target/ -/ds-build/lib/ -/ds-base/.idea/ -/ds-build/.idea/ -/备份/ +/dsBase/target/ +/dsBase/lib/ +/dsBuild/target/ +/dsBuild/lib/ +/dsRes/target/ +/dsRes/lib/ +/dsGw/target/ +/dsGw/lib/ + diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index a7cdac76..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml -# 基于编辑器的 HTTP 客户端请求 -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index b31d502c..6b6b1c04 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,49 +1,23 @@ - - diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 7de6a403..497f4940 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -1,63 +1,15 @@ - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index dc1c2b4e..e5a91823 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -6,11 +6,6 @@ \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 6a1411f7..158c04b5 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,25 +5,8 @@ - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..95e0681d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index 6d50cd4d..00000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index f245aa7c..c8397c94 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,7 +1,6 @@ - - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..1ca19f7b --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + { + "customColor": "", + "associatedIndex": 4 +} + + + + { + "keyToString": { + "RunOnceActivity.ShowReadmeOnStart": "true", + "git-widget-placeholder": "main", + "kotlin-language-version-configured": "true", + "nodejs_package_manager_path": "npm", + "project.structure.last.edited": "模块", + "project.structure.proportion": "0.0", + "project.structure.side.proportion": "0.0", + "settings.editor.selected.configurable": "reference.settings.project.maven.importing", + "vue.rearranger.settings.migration": "true" + } +} + + + + + + + + + + + + + + + + + + + + 1727339918298 + + + + + + \ No newline at end of file diff --git a/ds-base/dsBase.iml b/ds-base/dsBase.iml deleted file mode 100644 index 69dd4625..00000000 --- a/ds-base/dsBase.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/dsBase/dsBase.iml b/dsBase/dsBase.iml index 0758c9d8..97714aba 100644 --- a/dsBase/dsBase.iml +++ b/dsBase/dsBase.iml @@ -2,7 +2,6 @@ - diff --git a/dsBuild/dsBuild.iml b/dsBuild/dsBuild.iml index 6590b6fe..546154af 100644 --- a/dsBuild/dsBuild.iml +++ b/dsBuild/dsBuild.iml @@ -2,7 +2,6 @@ - diff --git a/dsGw/dsGw.iml b/dsGw/dsGw.iml index 6590b6fe..546154af 100644 --- a/dsGw/dsGw.iml +++ b/dsGw/dsGw.iml @@ -2,7 +2,6 @@ - diff --git a/dsRes.iml b/dsRes.iml deleted file mode 100644 index 0c5c4d56..00000000 --- a/dsRes.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file