From a815f6392784956f30edfde94abe3c71375db8ad Mon Sep 17 00:00:00 2001 From: zhenyi <434836402@qq.com> Date: Thu, 4 Jun 2026 17:48:17 +0800 Subject: [PATCH] chore: update gitignore and remove ide configuration files - Add .idea directory to .gitignore - Remove .idea/.gitignore file - Remove .idea/gitks.iml module file - Remove .idea/modules.xml project modules configuration - Remove .idea/vcs.xml version control system mapping - Clean up IDE-specific configuration files from repository --- .gitignore | 1 + .idea/.gitignore | 10 ---------- .idea/gitks.iml | 14 -------------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 5 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/gitks.iml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index ea8c4bf..2a0038a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +.idea \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index f6906f2..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml -# 基于编辑器的 HTTP 客户端请求 -/httpRequests/ -# 已忽略包含查询文件的默认文件夹 -/queries/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/gitks.iml b/.idea/gitks.iml deleted file mode 100644 index c8ef7c9..0000000 --- a/.idea/gitks.iml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index e7d02c9..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file