From 788876a5fd2ca2f988648d4071578ed1c1692d24 Mon Sep 17 00:00:00 2001 From: liuliang <401809302@qq.com> Date: Mon, 13 Feb 2023 17:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5.idea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .idea/.gitignore | 8 -- .idea/compiler.xml | 8 -- .idea/haojing.iml | 45 ------- .idea/inspectionProfiles/Project_Default.xml | 36 ------ .idea/libraries/classbean.xml | 11 -- .idea/libraries/lib.xml | 13 -- .idea/libraries/lib1.xml | 10 -- .idea/libraries/libctg.xml | 10 -- .idea/misc.xml | 9 -- .idea/modules.xml | 8 -- .idea/uiDesigner.xml | 124 ------------------- .idea/vcs.xml | 6 - haojing.iml | 33 +++++ 14 files changed, 34 insertions(+), 288 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/haojing.iml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/libraries/classbean.xml delete mode 100644 .idea/libraries/lib.xml delete mode 100644 .idea/libraries/lib1.xml delete mode 100644 .idea/libraries/libctg.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/uiDesigner.xml delete mode 100644 .idea/vcs.xml create mode 100644 haojing.iml diff --git a/.gitignore b/.gitignore index 1ffc6765..05fae1c4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ hs_err_pid* replay_pid* /WEB-INF/web.xml +.idea diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 73f69e09..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index a1757ae5..00000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/haojing.iml b/.idea/haojing.iml deleted file mode 100644 index 450eda1c..00000000 --- a/.idea/haojing.iml +++ /dev/null @@ -1,45 +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 6560a989..00000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/libraries/classbean.xml b/.idea/libraries/classbean.xml deleted file mode 100644 index d6f55c76..00000000 --- a/.idea/libraries/classbean.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/lib.xml b/.idea/libraries/lib.xml deleted file mode 100644 index 234c843d..00000000 --- a/.idea/libraries/lib.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/lib1.xml b/.idea/libraries/lib1.xml deleted file mode 100644 index c81cf24c..00000000 --- a/.idea/libraries/lib1.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/libctg.xml b/.idea/libraries/libctg.xml deleted file mode 100644 index 81a4d179..00000000 --- a/.idea/libraries/libctg.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index d4b854b8..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 603921be..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index e96534fb..00000000 --- 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 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/haojing.iml b/haojing.iml new file mode 100644 index 00000000..ef16a2a9 --- /dev/null +++ b/haojing.iml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file