From a14e162bd1ac6e43191a1975dce65c3df9edbc70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E7=8A=80=E9=BA=9F?= Date: Mon, 31 Aug 2026 11:54:51 +0800 Subject: [PATCH] =?UTF-8?q?chore(ide):=20=E6=B7=BB=E5=8A=A0=20IDE=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 .gitignore 文件配置 - 添加 modules.xml 模块配置 - 添加 vcs.xml 版本控制配置 - 添加 workbuddy.xpcool.com.iml 项目模块文件 --- .idea/.gitignore | 10 ++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 7 +++++++ .idea/workbuddy.xpcool.com.iml | 9 +++++++++ 4 files changed, 34 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workbuddy.xpcool.com.iml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..f6906f2 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# 已忽略包含查询文件的默认文件夹 +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..8650c59 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..8306744 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/workbuddy.xpcool.com.iml b/.idea/workbuddy.xpcool.com.iml new file mode 100644 index 0000000..7c421e3 --- /dev/null +++ b/.idea/workbuddy.xpcool.com.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file