From 050e1480aed6b398db3f7bd298fb1230c1047588 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Tue, 21 Jan 2025 10:28:00 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=20.idea=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=8B=E7=9A=84=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 - 删除了 .idea 目录下的多个配置文件,包括 .gitignore、hertz101.iml、modules.xml 和 vcs.xml - 在根目录的 .gitignore 文件中添加了 .idea 目录,以忽略整个 .idea 文件夹 --- .gitignore | 1 + .idea/.gitignore | 8 -------- .idea/hertz101.iml | 9 --------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 4 ---- 5 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/hertz101.iml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 14e0026..f4d7a20 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ app/auth/.env +.idea 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/hertz101.iml b/.idea/hertz101.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/hertz101.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index ab5deec..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 d843f34..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file