From 22b7b2b5b7d12f585d5421e9de2741fbf1471ad1 Mon Sep 17 00:00:00 2001 From: shenzhidan Date: Mon, 13 Jul 2026 15:57:10 +0800 Subject: [PATCH] chore: ignore IntelliJ IDEA files --- .gitignore | 1 + .idea/.gitignore | 10 - .idea/UniappTool.xml | 10 - .idea/easyCodeTableSetting.xml | 445 ------------------- .idea/encodings.xml | 15 - .idea/inspectionProfiles/Project_Default.xml | 14 - .idea/misc.xml | 12 - .idea/uiDesigner.xml | 124 ------ .idea/vcs.xml | 6 - 9 files changed, 1 insertion(+), 636 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/UniappTool.xml delete mode 100644 .idea/easyCodeTableSetting.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/uiDesigner.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index fc447d3..6de57f4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ target/ .kotlin ### IntelliJ IDEA ### +.idea/ .idea/modules.xml .idea/jarRepositories.xml .idea/compiler.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 30cf57e..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Ignored default folder with query files -/queries/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/UniappTool.xml b/.idea/UniappTool.xml deleted file mode 100644 index f7328e8..0000000 --- a/.idea/UniappTool.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/easyCodeTableSetting.xml b/.idea/easyCodeTableSetting.xml deleted file mode 100644 index c4dbe1f..0000000 --- a/.idea/easyCodeTableSetting.xml +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 49cd88a..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,15 +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 ee2c34b..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index d5cd614..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index 2b63946..0000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +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