Commit a58cc2eb authored by duanledexianxianxian's avatar duanledexianxianxian 😁

add .idea to .gitignore file

parent 42598d3a
Pipeline #100 failed
...@@ -70,3 +70,4 @@ fabric.properties ...@@ -70,3 +70,4 @@ fabric.properties
# Android studio 3.1+ serialized cache file # Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser .idea/caches/build_file_checksums.ser
/.idea/
...@@ -6,14 +6,16 @@ ...@@ -6,14 +6,16 @@
<sourceOutputDir name="target/generated-sources/annotations" /> <sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" /> <outputRelativeToContentRoot value="true" />
<module name="hello-consumer" />
<module name="hello-consumer-feign" />
<module name="hello-consumer-ribbon" />
<module name="service-discovery" /> <module name="service-discovery" />
<module name="hello-consumer-ribbon" />
<module name="hello-producer" /> <module name="hello-producer" />
<module name="hello-consumer" />
<module name="hello-config-server" />
<module name="hello-consumer-feign" />
</profile> </profile>
</annotationProcessing> </annotationProcessing>
<bytecodeTargetLevel target="8"> <bytecodeTargetLevel target="8">
<module name="hello-config-server" target="1.5" />
<module name="hello-consumer" target="1.5" /> <module name="hello-consumer" target="1.5" />
<module name="hello-consumer-feign" target="1.5" /> <module name="hello-consumer-feign" target="1.5" />
<module name="hello-consumer-ribbon" target="1.5" /> <module name="hello-consumer-ribbon" target="1.5" />
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<project version="4"> <project version="4">
<component name="ProjectModuleManager"> <component name="ProjectModuleManager">
<modules> <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/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-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-consumer-ribbon/hello-consumer-ribbon.iml" filepath="$PROJECT_DIR$/spring-cloud-hello-world/hello-consumer-ribbon/hello-consumer-ribbon.iml" />
......
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