From 12bbd2340bc78043e93b3c956ee0b58b51f1b7da Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Fri, 16 May 2025 22:37:19 +0800 Subject: [PATCH] chore: remove .idea directory and ignore it --- .gitignore | Bin 0 -> 18 bytes .idea/.gitignore | 8 --- .idea/DailyMotion.iml | 14 ---- .idea/inspectionProfiles/Project_Default.xml | 67 ------------------ .../inspectionProfiles/profiles_settings.xml | 6 -- .idea/misc.xml | 7 -- .idea/modules.xml | 8 --- .idea/vcs.xml | 6 -- 8 files changed, 116 deletions(-) create mode 100644 .gitignore delete mode 100644 .idea/.gitignore delete mode 100644 .idea/DailyMotion.iml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..d860227d4e5caaa3dad32f8744c9f02f40607003 GIT binary patch literal 18 ZcmezWPmdv!A%!88A(26!ftP`c0RT9N1O)&9 literal 0 HcmV?d00001 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/DailyMotion.iml b/.idea/DailyMotion.iml deleted file mode 100644 index b30b961..0000000 --- a/.idea/DailyMotion.iml +++ /dev/null @@ -1,14 +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 6748c35..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,67 +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 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index c4616ff..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 3b9c92d..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 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file