Leon преди 6 години
родител
ревизия
607e2ec062
променени са 2 файла, в които са добавени 26 реда и са изтрити 19 реда
  1. 26
    4
      .idea/workspace.xml
  2. 0
    15
      CR-MesoLabs-Collections-SinglyLinkedList.iml

+ 26
- 4
.idea/workspace.xml Целия файл

2
 <project version="4">
2
 <project version="4">
3
   <component name="ChangeListManager">
3
   <component name="ChangeListManager">
4
     <list default="true" id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="">
4
     <list default="true" id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="">
5
-      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/compiler.xml" afterPath="$PROJECT_DIR$/.idea/compiler.xml" />
6
-      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/misc.xml" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
7
       <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
5
       <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
8
-      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/CR-MesoLabs-Collections-SinglyLinkedList.iml" afterPath="$PROJECT_DIR$/CR-MesoLabs-Collections-SinglyLinkedList.iml" />
9
     </list>
6
     </list>
10
     <ignored path="$PROJECT_DIR$/out/" />
7
     <ignored path="$PROJECT_DIR$/out/" />
11
     <ignored path="$PROJECT_DIR$/target/" />
8
     <ignored path="$PROJECT_DIR$/target/" />
62
           </provider>
59
           </provider>
63
         </entry>
60
         </entry>
64
       </file>
61
       </file>
65
-      <file leaf-file-name="SinglyLinkedListTest.java" pinned="false" current-in-tab="true">
62
+      <file leaf-file-name="SinglyLinkedListTest.java" pinned="false" current-in-tab="false">
66
         <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java">
63
         <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java">
67
           <provider selected="true" editor-type-id="text-editor">
64
           <provider selected="true" editor-type-id="text-editor">
68
             <state relative-caret-position="75">
65
             <state relative-caret-position="75">
72
           </provider>
69
           </provider>
73
         </entry>
70
         </entry>
74
       </file>
71
       </file>
72
+      <file leaf-file-name=".gitignore" pinned="false" current-in-tab="true">
73
+        <entry file="file://$PROJECT_DIR$/.gitignore">
74
+          <provider selected="true" editor-type-id="text-editor">
75
+            <state relative-caret-position="75">
76
+              <caret line="5" column="5" lean-forward="true" selection-start-line="5" selection-start-column="5" selection-end-line="5" selection-end-column="5" />
77
+              <folding />
78
+            </state>
79
+          </provider>
80
+        </entry>
81
+      </file>
75
     </leaf>
82
     </leaf>
76
   </component>
83
   </component>
77
   <component name="FileTemplateManagerImpl">
84
   <component name="FileTemplateManagerImpl">
89
       <projects_view />
96
       <projects_view />
90
     </option>
97
     </option>
91
   </component>
98
   </component>
99
+  <component name="IdeDocumentHistory">
100
+    <option name="CHANGED_PATHS">
101
+      <list>
102
+        <option value="$PROJECT_DIR$/.gitignore" />
103
+      </list>
104
+    </option>
105
+  </component>
92
   <component name="ProjectFrameBounds">
106
   <component name="ProjectFrameBounds">
93
     <option name="y" value="23" />
107
     <option name="y" value="23" />
94
     <option name="width" value="1920" />
108
     <option name="width" value="1920" />
539
         </state>
553
         </state>
540
       </provider>
554
       </provider>
541
     </entry>
555
     </entry>
556
+    <entry file="file://$PROJECT_DIR$/.gitignore">
557
+      <provider selected="true" editor-type-id="text-editor">
558
+        <state relative-caret-position="75">
559
+          <caret line="5" column="5" lean-forward="true" selection-start-line="5" selection-start-column="5" selection-end-line="5" selection-end-column="5" />
560
+          <folding />
561
+        </state>
562
+      </provider>
563
+    </entry>
542
   </component>
564
   </component>
543
 </project>
565
 </project>

+ 0
- 15
CR-MesoLabs-Collections-SinglyLinkedList.iml Целия файл

1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3
-  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5">
4
-    <output url="file://$MODULE_DIR$/target/classes" />
5
-    <output-test url="file://$MODULE_DIR$/target/test-classes" />
6
-    <content url="file://$MODULE_DIR$">
7
-      <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
8
-      <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
9
-      <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
10
-      <excludeFolder url="file://$MODULE_DIR$/target" />
11
-    </content>
12
-    <orderEntry type="inheritedJdk" />
13
-    <orderEntry type="sourceFolder" forTests="false" />
14
-  </component>
15
-</module>