Commit abc4ee54 authored by duanledexianxianxian's avatar duanledexianxianxian 😁

add .idea to .gitignore file

parent a58cc2eb
Pipeline #101 failed
......@@ -71,3 +71,4 @@ fabric.properties
.idea/caches/build_file_checksums.ser
/.idea/
.idea
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<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="service-discovery" />
<module name="hello-consumer-ribbon" />
<module name="hello-producer" />
<module name="hello-consumer" />
<module name="hello-config-server" />
<module name="hello-consumer-feign" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel target="8">
<module name="hello-config-server" target="1.5" />
<module name="hello-consumer" target="1.5" />
<module name="hello-consumer-feign" target="1.5" />
<module name="hello-consumer-ribbon" target="1.5" />
<module name="hello-producer" target="1.5" />
<module name="service-discovery" target="1.5" />
<module name="spring-cloud-hello-world" target="1.5" />
<module name="spring-cloud-parent" target="1.5" />
</bytecodeTargetLevel>
</component>
</project>
\ No newline at end of file
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="JavaDoc" enabled="true" level="WARNING" enabled_by_default="true">
<option name="TOP_LEVEL_CLASS_OPTIONS">
<value>
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
<option name="REQUIRED_TAGS" value="" />
</value>
</option>
<option name="INNER_CLASS_OPTIONS">
<value>
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
<option name="REQUIRED_TAGS" value="" />
</value>
</option>
<option name="METHOD_OPTIONS">
<value>
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
<option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
</value>
</option>
<option name="FIELD_OPTIONS">
<value>
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
<option name="REQUIRED_TAGS" value="" />
</value>
</option>
<option name="IGNORE_DEPRECATED" value="false" />
<option name="IGNORE_JAVADOC_PERIOD" value="true" />
<option name="IGNORE_DUPLICATED_THROWS" value="false" />
<option name="IGNORE_POINT_TO_ITSELF" value="false" />
<option name="myAdditionalJavadocTags" value="date" />
</inspection_tool>
</profile>
</component>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/classes" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/spring-cloud-hello-world/hello-config-server/hello-config-server.iml" filepath="$PROJECT_DIR$/spring-cloud-hello-world/hello-config-server/hello-config-server.iml" />
<module fileurl="file://$PROJECT_DIR$/spring-cloud-hello-world/hello-consumer/hello-consumer.iml" filepath="$PROJECT_DIR$/spring-cloud-hello-world/hello-consumer/hello-consumer.iml" />
<module fileurl="file://$PROJECT_DIR$/spring-cloud-hello-world/hello-consumer-feign/hello-consumer-feign.iml" filepath="$PROJECT_DIR$/spring-cloud-hello-world/hello-consumer-feign/hello-consumer-feign.iml" />
<module fileurl="file://$PROJECT_DIR$/spring-cloud-hello-world/hello-consumer-ribbon/hello-consumer-ribbon.iml" filepath="$PROJECT_DIR$/spring-cloud-hello-world/hello-consumer-ribbon/hello-consumer-ribbon.iml" />
<module fileurl="file://$PROJECT_DIR$/spring-cloud-hello-world/hello-producer/hello-producer.iml" filepath="$PROJECT_DIR$/spring-cloud-hello-world/hello-producer/hello-producer.iml" />
<module fileurl="file://$PROJECT_DIR$/spring-cloud-hello-world/service-discovery/service-discovery.iml" filepath="$PROJECT_DIR$/spring-cloud-hello-world/service-discovery/service-discovery.iml" />
<module fileurl="file://$PROJECT_DIR$/spring-cloud-hello-world/spring-cloud-hello-world.iml" filepath="$PROJECT_DIR$/spring-cloud-hello-world/spring-cloud-hello-world.iml" />
<module fileurl="file://$PROJECT_DIR$/spring-cloud-parent.iml" filepath="$PROJECT_DIR$/spring-cloud-parent.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment