From 2198781c68336fb8501b16bcd0828627668c63a3 Mon Sep 17 00:00:00 2001 From: Peanut Date: Sat, 27 Jun 2026 17:42:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BB=8E=E7=89=88=E6=9C=AC=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E4=B8=AD=E7=A7=BB=E9=99=A4=20.idea=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=EF=BC=88=E5=B7=B2=E5=9C=A8=20.gitignore=20=E4=B8=AD?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 10 --- .idea/AugmentWebviewStateStore.xml | 10 --- .idea/EmotionMuseum.iml | 29 -------- .idea/compiler.xml | 82 --------------------- .idea/dataSources.xml | 61 ---------------- .idea/encodings.xml | 105 --------------------------- .idea/jarRepositories.xml | 65 ----------------- .idea/material_theme_project_new.xml | 12 --- .idea/misc.xml | 15 ---- .idea/modules.xml | 8 -- .idea/sqldialects.xml | 8 -- .idea/vcs.xml | 6 -- 12 files changed, 411 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/AugmentWebviewStateStore.xml delete mode 100644 .idea/EmotionMuseum.iml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/dataSources.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/material_theme_project_new.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/sqldialects.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 7bc07ec..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Environment-dependent path to Maven home directory -/mavenHomeManager.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/AugmentWebviewStateStore.xml b/.idea/AugmentWebviewStateStore.xml deleted file mode 100644 index 559f5df..0000000 --- a/.idea/AugmentWebviewStateStore.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/EmotionMuseum.iml b/.idea/EmotionMuseum.iml deleted file mode 100644 index d9dbc8e..0000000 --- a/.idea/EmotionMuseum.iml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index fd3d54a..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index 4c5c90a..0000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - mysql.8 - true - com.mysql.cj.jdbc.Driver - jdbc:mysql://localhost:3306 - - - - - - $ProjectFileDir$ - - - mysql.8 - true - true - $PROJECT_DIR$/backend/emotion-websocket/src/main/resources/application-prod.yml - com.mysql.cj.jdbc.Driver - jdbc:mysql://101.200.208.45:3306/?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT - - - - - - - $ProjectFileDir$ - - - mysql.8 - true - true - $PROJECT_DIR$/server/src/main/resources/application-local.yml - com.mysql.cj.jdbc.Driver - jdbc:mysql://localhost:3306/?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true - - - - - - $ProjectFileDir$ - - - mysql.8 - true - true - $PROJECT_DIR$/server/src/main/resources/application-prod.yml - com.mysql.cj.jdbc.Driver - jdbc:mysql://101.200.208.45:3306/emotion_museum?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true - - - - - - - $ProjectFileDir$ - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index f5b7f07..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index 4219231..0000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml deleted file mode 100644 index 995635b..0000000 --- a/.idea/material_theme_project_new.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 53b0c32..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index d7f9ab7..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml deleted file mode 100644 index c9b76db..0000000 --- a/.idea/sqldialects.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