sunhao 5 years ago
parent
commit
f72dc8080d

+ 4 - 0
.idea/blade.xml

@@ -0,0 +1,4 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="BladeInjectionConfiguration" escapedTextEnd="!!}" escapedTextStart="{!!" />
4
+</project>

+ 8 - 0
.idea/borrow_money.iml

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="WEB_MODULE" version="4">
3
+  <component name="NewModuleRootManager">
4
+    <content url="file://$MODULE_DIR$" />
5
+    <orderEntry type="inheritedJdk" />
6
+    <orderEntry type="sourceFolder" forTests="false" />
7
+  </component>
8
+</module>

+ 3 - 0
.idea/copyright/profiles_settings.xml

@@ -0,0 +1,3 @@
1
+<component name="CopyrightManager">
2
+  <settings default="" />
3
+</component>

+ 3 - 0
.idea/dictionaries/liuguoliang.xml

@@ -0,0 +1,3 @@
1
+<component name="ProjectDictionaryState">
2
+  <dictionary name="liuguoliang" />
3
+</component>

+ 34 - 0
.idea/misc.xml

@@ -0,0 +1,34 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectInspectionProfilesVisibleTreeState">
4
+    <entry key="Project Default">
5
+      <profile-state>
6
+        <expanded-state>
7
+          <State>
8
+            <id />
9
+          </State>
10
+        </expanded-state>
11
+        <selected-state>
12
+          <State>
13
+            <id>AngularJS</id>
14
+          </State>
15
+        </selected-state>
16
+      </profile-state>
17
+    </entry>
18
+  </component>
19
+  <component name="masterDetails">
20
+    <states>
21
+      <state key="ScopeChooserConfigurable.UI">
22
+        <settings>
23
+          <splitter-proportions>
24
+            <option name="proportions">
25
+              <list>
26
+                <option value="0.2" />
27
+              </list>
28
+            </option>
29
+          </splitter-proportions>
30
+        </settings>
31
+      </state>
32
+    </states>
33
+  </component>
34
+</project>

+ 8 - 0
.idea/modules.xml

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/.idea/borrow_money.iml" filepath="$PROJECT_DIR$/.idea/borrow_money.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 6 - 0
.idea/vcs.xml

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="VcsDirectoryMappings">
4
+    <mapping directory="" vcs="Git" />
5
+  </component>
6
+</project>

File diff suppressed because it is too large
+ 1321 - 0
.idea/workspace.xml