From d482787deff74023101013f5ca4b87a9cf9b963e Mon Sep 17 00:00:00 2001 From: wubin Date: Mon, 23 Nov 2020 14:03:09 +0800 Subject: [PATCH 1/2] UPDATE --- .gitignore | 17 +++--- .idea/misc.xml | 12 +++- .idea/modules.xml | 8 --- .idea/vcs.xml | 2 +- .idea/workspace.xml | 142 +++++++++++++++++++++++++++++++++++++------- 5 files changed, 139 insertions(+), 42 deletions(-) delete mode 100644 .idea/modules.xml diff --git a/.gitignore b/.gitignore index f94d3fb..8b5c276 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,12 @@ -/baseServiceJava/.idea/ -/baseServiceJava/target/ -/baseServiceJava/src/main/resources/undertow.properties -/baseServiceJava/WebRoot/upload -/baseServiceJava/WebRoot/WEB-INF/classes -/baseServiceJava/WebRoot/html/pages/zhaosheng/StudentImage -/baseServiceJava/lib/ +/CcXmsp/.idea/ +/CcXmsp/target/ +/CcXmsp/src/main/resources/undertow.properties +/CcXmsp/WebRoot/upload +/CcXmsp/WebRoot/WEB-INF/classes +/CcXmsp/WebRoot/html/pages/zhaosheng/StudentImage +/CcXmsp/lib/ *.log *.class *.iml *.rpm -*.zip - +*.zip \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 28a804d..4b661a5 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,14 @@ - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 2e80151..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 index 94a25f7..35eb1dd 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 36ce79d..3fe0ee0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,15 @@ - + + + + + + + + + - - - - - + + + + + + + 1606101081324 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.8 + + + + + + \ No newline at end of file From 5395b98961670e560801ef9d514f534419bdf5d4 Mon Sep 17 00:00:00 2001 From: wubin Date: Mon, 23 Nov 2020 14:03:57 +0800 Subject: [PATCH 2/2] UPDATE --- .gitignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 8b5c276..8564cec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ -/CcXmsp/.idea/ -/CcXmsp/target/ -/CcXmsp/src/main/resources/undertow.properties -/CcXmsp/WebRoot/upload -/CcXmsp/WebRoot/WEB-INF/classes -/CcXmsp/WebRoot/html/pages/zhaosheng/StudentImage -/CcXmsp/lib/ +/baseServiceJava/.idea/ +/baseServiceJava/target/ +/baseServiceJava/src/main/resources/undertow.properties +/baseServiceJava/WebRoot/upload +/baseServiceJava/WebRoot/WEB-INF/classes +/baseServiceJava/WebRoot/html/pages/zhaosheng/StudentImage +/baseServiceJava/lib/ *.log *.class *.iml