From 3a81e8a0ab6267f4a60529291c3ff661e5b4b7b2 Mon Sep 17 00:00:00 2001 From: limqsh <540344226@qq.com> Date: Mon, 27 Apr 2026 18:50:26 +0800 Subject: [PATCH] commit --- .gitignore | 4 +- .idea/.gitignore | 8 ---- .idea/compiler.xml | 48 -------------------- .idea/encodings.xml | 27 ----------- .idea/inspectionProfiles/Project_Default.xml | 6 --- .idea/jarRepositories.xml | 30 ------------ .idea/misc.xml | 25 ---------- .idea/spring-ai-demo.iml | 9 ---- .idea/vcs.xml | 6 --- 9 files changed, 2 insertions(+), 161 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/spring-ai-demo.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 89a5911..9a720ef 100644 --- a/.gitignore +++ b/.gitignore @@ -24,8 +24,8 @@ hs_err_pid* replay_pid* -.DS_Store -.idea +#.DS_Store +#.idea .vscode target diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index fcf9c39..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 26d1d4e..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 90a13da..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index a348b99..0000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index c941e8e..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/spring-ai-demo.iml b/.idea/spring-ai-demo.iml deleted file mode 100644 index d6ebd48..0000000 --- a/.idea/spring-ai-demo.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file