Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spring-cloud-learn
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
spring-cloud-learn
Commits
a58cc2eb
Commit
a58cc2eb
authored
Aug 30, 2019
by
duanledexianxianxian
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add .idea to .gitignore file
parent
42598d3a
Pipeline
#100
failed
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
.gitignore
.gitignore
+1
-0
.idea/compiler.xml
.idea/compiler.xml
+5
-3
.idea/modules.xml
.idea/modules.xml
+1
-0
No files found.
.gitignore
View file @
a58cc2eb
...
@@ -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/
.idea/compiler.xml
View file @
a58cc2eb
...
@@ -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"
/>
...
...
.idea/modules.xml
View file @
a58cc2eb
...
@@ -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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment