From e9811c372a376debf0dbf7afb4b8ee69281a3fa0 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 30 Apr 2025 14:12:00 -0400 Subject: [PATCH] update config for IJ --- .idea/checkstyle-idea.xml | 2 +- .idea/compiler.xml | 17 +--- .idea/dataSources.xml | 17 ---- .idea/encodings.xml | 22 ------ .idea/inspectionProfiles/Project_Default.xml | 7 -- .idea/jarRepositories.xml | 81 +------------------- .idea/jpa.xml | 7 -- .idea/prettier.xml | 6 -- 8 files changed, 5 insertions(+), 154 deletions(-) delete mode 100644 .idea/dataSources.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/jpa.xml delete mode 100644 .idea/prettier.xml diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml index b767a3113c..87234f98cb 100644 --- a/.idea/checkstyle-idea.xml +++ b/.idea/checkstyle-idea.xml @@ -1,7 +1,7 @@ - 10.14.2 + 10.23.0 JavaOnly true diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index b9687fac26..0000000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - postgresql - true - org.postgresql.Driver - jdbc:postgresql://nas1120:5433/postgres - - - - - - $ProjectFileDir$ - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 612addbb27..e2602f3cfc 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -7,14 +7,8 @@ - - - - - - @@ -31,10 +25,6 @@ - - - - @@ -47,8 +37,6 @@ - - @@ -67,8 +55,6 @@ - - @@ -93,10 +79,6 @@ - - - - @@ -110,10 +92,6 @@ - - - - diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 9c69411050..0000000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index da3c1d5f51..54c93d6811 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -1,105 +1,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/jpa.xml b/.idea/jpa.xml deleted file mode 100644 index 898e07a675..0000000000 --- a/.idea/jpa.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/prettier.xml b/.idea/prettier.xml deleted file mode 100644 index b0c1c68fbb..0000000000 --- a/.idea/prettier.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file