From 8cfcac923c8886226513c25009d1221e2560df6a Mon Sep 17 00:00:00 2001 From: dangsn <dangsn@chicecm.com> Date: 星期四, 06 六月 2024 09:50:48 +0800 Subject: [PATCH] 删除多余的.idea目录 --- /dev/null | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/Source/plt-web/plt-web-parent/.idea/.gitignore b/Source/plt-web/plt-web-parent/.idea/.gitignore deleted file mode 100644 index 8cdfa2b..0000000 --- a/Source/plt-web/plt-web-parent/.idea/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -.idea \ No newline at end of file diff --git a/Source/plt-web/plt-web-parent/.idea/compiler.xml b/Source/plt-web/plt-web-parent/.idea/compiler.xml deleted file mode 100644 index 55b0f5b..0000000 --- a/Source/plt-web/plt-web-parent/.idea/compiler.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="CompilerConfiguration"> - <annotationProcessing> - <profile default="true" name="Default" enabled="true" /> - <profile name="Maven default annotation processors profile" enabled="true"> - <sourceOutputDir name="target/generated-sources/annotations" /> - <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> - <outputRelativeToContentRoot value="true" /> - <module name="plt-web" /> - <module name="plt-starter" /> - </profile> - </annotationProcessing> - <bytecodeTargetLevel> - <module name="vci-platform-server-starter" target="1.8" /> - </bytecodeTargetLevel> - </component> -</project> \ No newline at end of file diff --git a/Source/plt-web/plt-web-parent/.idea/encodings.xml b/Source/plt-web/plt-web-parent/.idea/encodings.xml deleted file mode 100644 index 2f2b7e7..0000000 --- a/Source/plt-web/plt-web-parent/.idea/encodings.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="Encoding"> - <file url="file://$PROJECT_DIR$/plt-starter/src/main/java" charset="UTF-8" /> - <file url="file://$PROJECT_DIR$/plt-starter/src/main/resources" charset="UTF-8" /> - <file url="file://$PROJECT_DIR$/plt-web/src/main/java" charset="UTF-8" /> - <file url="file://$PROJECT_DIR$/plt-web/src/main/resources" charset="UTF-8" /> - <file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" /> - <file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" /> - <file url="file://$PROJECT_DIR$/vci-platform-server-starter/src/main/java" charset="UTF-8" /> - <file url="file://$PROJECT_DIR$/vci-platform-server-starter/src/main/resources" charset="UTF-8" /> - </component> -</project> \ No newline at end of file diff --git a/Source/plt-web/plt-web-parent/.idea/jarRepositories.xml b/Source/plt-web/plt-web-parent/.idea/jarRepositories.xml deleted file mode 100644 index ae661d5..0000000 --- a/Source/plt-web/plt-web-parent/.idea/jarRepositories.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="RemoteRepositoriesConfiguration"> - <remote-repository> - <option name="id" value="central" /> - <option name="name" value="central" /> - <option name="url" value="http://192.168.0.66:9000/repository/maven-public/" /> - </remote-repository> - <remote-repository> - <option name="id" value="rdc-releases" /> - <option name="name" value="rdc-releases" /> - <option name="url" value="http://192.168.0.66:9000/repository/maven-releases/" /> - </remote-repository> - <remote-repository> - <option name="id" value="central" /> - <option name="name" value="Maven Central repository" /> - <option name="url" value="https://repo1.maven.org/maven2" /> - </remote-repository> - <remote-repository> - <option name="id" value="jboss.community" /> - <option name="name" value="JBoss Community repository" /> - <option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" /> - </remote-repository> - <remote-repository> - <option name="id" value="rdc-snapshots" /> - <option name="name" value="rdc-snapshots" /> - <option name="url" value="http://192.168.0.66:9000/repository/maven-snapshots/" /> - </remote-repository> - </component> -</project> \ No newline at end of file diff --git a/Source/plt-web/plt-web-parent/.idea/misc.xml b/Source/plt-web/plt-web-parent/.idea/misc.xml deleted file mode 100644 index d86cbdc..0000000 --- a/Source/plt-web/plt-web-parent/.idea/misc.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ExternalStorageConfigurationManager" enabled="true" /> - <component name="MavenProjectsManager"> - <option name="originalFiles"> - <list> - <option value="$PROJECT_DIR$/pom.xml" /> - </list> - </option> - <option name="workspaceImportForciblyTurnedOn" value="true" /> - </component> - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK" /> -</project> \ No newline at end of file diff --git a/Source/plt-web/plt-web-parent/.idea/modules.xml b/Source/plt-web/plt-web-parent/.idea/modules.xml deleted file mode 100644 index 538c594..0000000 --- a/Source/plt-web/plt-web-parent/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/../ProjectWeb/ProjectWeb.iml" filepath="$PROJECT_DIR$/../ProjectWeb/ProjectWeb.iml" /> - </modules> - </component> -</project> \ No newline at end of file diff --git a/Source/plt-web/plt-web-parent/.idea/vcs.xml b/Source/plt-web/plt-web-parent/.idea/vcs.xml deleted file mode 100644 index b2bdec2..0000000 --- a/Source/plt-web/plt-web-parent/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="$PROJECT_DIR$/../.." vcs="Git" /> - </component> -</project> \ No newline at end of file -- Gitblit v1.9.3