From d3c58b70fb66db4ecbfaaae3a335154f2e94ddf8 Mon Sep 17 00:00:00 2001
From: liutong <836164388@qq.com>
Date: Mon, 19 May 2025 14:26:59 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=20Intellij=20IDEA?=
=?UTF-8?q?=E9=A1=B9=E7=9B=AE=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 目录下的多个配置文件,包括:
- inspectionProfiles/profiles_settings.xml
- .gitignore
- dataSources.local.xml
- modules.xml - vcs.xml
- YongYaoTiXing_Admin.iml
- 这些文件通常包含项目特定的设置和配置信息,删除它们可以减少项目依赖和提高可移植性
---
.idea/.gitignore | 5 -----
.idea/YongYaoTiXing_Admin.iml | 12 ------------
.idea/dataSources.local.xml | 4 ----
.idea/inspectionProfiles/profiles_settings.xml | 5 -----
.idea/modules.xml | 8 --------
.idea/vcs.xml | 6 ------
6 files changed, 40 deletions(-)
delete mode 100644 .idea/.gitignore
delete mode 100644 .idea/YongYaoTiXing_Admin.iml
delete mode 100644 .idea/dataSources.local.xml
delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml
delete mode 100644 .idea/modules.xml
delete mode 100644 .idea/vcs.xml
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 10b731c..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-# 默认忽略的文件
-/shelf/
-/workspace.xml
-# 基于编辑器的 HTTP 客户端请求
-/httpRequests/
diff --git a/.idea/YongYaoTiXing_Admin.iml b/.idea/YongYaoTiXing_Admin.iml
deleted file mode 100644
index 0c8867d..0000000
--- a/.idea/YongYaoTiXing_Admin.iml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml
deleted file mode 100644
index e23e4d9..0000000
--- a/.idea/dataSources.local.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
deleted file mode 100644
index 0eefe32..0000000
--- a/.idea/inspectionProfiles/profiles_settings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 5366991..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 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file