From 198225e99381e5d38018142be162fcce71d3c187 Mon Sep 17 00:00:00 2001 From: qieYuan Date: Thu, 29 May 2025 22:36:14 +0800 Subject: [PATCH] chore: Remove .idea from repo and add to .gitignore --- .gitignore | 3 + .idea/.gitignore | 8 - .idea/editor.xml | 491 ----------------------------------------- .idea/modules.xml | 8 - .idea/msg_udp_ctrl.iml | 8 - .idea/vcs.xml | 6 - 6 files changed, 3 insertions(+), 521 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/editor.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/msg_udp_ctrl.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index cd531cf..77b80e1 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# .idea +.idea + # ---> C # Prerequisites *.d diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 35410ca..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml -# 基于编辑器的 HTTP 客户端请求 -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/editor.xml b/.idea/editor.xml deleted file mode 100644 index 757a55c..0000000 --- a/.idea/editor.xml +++ /dev/null @@ -1,491 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 324fe8a..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/msg_udp_ctrl.iml b/.idea/msg_udp_ctrl.iml deleted file mode 100644 index bc2cd87..0000000 --- a/.idea/msg_udp_ctrl.iml +++ /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