From 26c3549775c3e67b0cba7387e8490383e1ed5510 Mon Sep 17 00:00:00 2001
From: gengby <858962040@qq.com>
Date: Tue, 19 Mar 2024 13:26:04 +0800
Subject: [PATCH] Remove .idea directory from version control
---
.idea/.gitignore | 5 -----
.idea/codeStyles/codeStyleConfig.xml | 5 -----
.idea/inspectionProfiles/Project_Default.xml | 6 ------
.idea/modules.xml | 8 --------
.idea/vcs.xml | 6 ------
.idea/wms.iml | 12 ------------
6 files changed, 42 deletions(-)
delete mode 100644 .idea/.gitignore
delete mode 100644 .idea/codeStyles/codeStyleConfig.xml
delete mode 100644 .idea/inspectionProfiles/Project_Default.xml
delete mode 100644 .idea/modules.xml
delete mode 100644 .idea/vcs.xml
delete mode 100644 .idea/wms.iml
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index b58b603f..00000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
deleted file mode 100644
index a55e7a17..00000000
--- a/.idea/codeStyles/codeStyleConfig.xml
+++ /dev/null
@@ -1,5 +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 03d9549e..00000000
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index ab503c9b..00000000
--- 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 94a25f7f..00000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/wms.iml b/.idea/wms.iml
deleted file mode 100644
index 24643cc3..00000000
--- a/.idea/wms.iml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file