Procházet zdrojové kódy

pruned ignore files

Leon před 6 roky
rodič
revize
607e2ec062
2 změnil soubory, kde provedl 26 přidání a 19 odebrání
  1. 26
    4
      .idea/workspace.xml
  2. 0
    15
      CR-MesoLabs-Collections-SinglyLinkedList.iml

+ 26
- 4
.idea/workspace.xml Zobrazit soubor

@@ -2,10 +2,7 @@
2 2
 <project version="4">
3 3
   <component name="ChangeListManager">
4 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 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 6
     </list>
10 7
     <ignored path="$PROJECT_DIR$/out/" />
11 8
     <ignored path="$PROJECT_DIR$/target/" />
@@ -62,7 +59,7 @@
62 59
           </provider>
63 60
         </entry>
64 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 63
         <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodewilmington/singlylinkedlist/SinglyLinkedListTest.java">
67 64
           <provider selected="true" editor-type-id="text-editor">
68 65
             <state relative-caret-position="75">
@@ -72,6 +69,16 @@
72 69
           </provider>
73 70
         </entry>
74 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 82
     </leaf>
76 83
   </component>
77 84
   <component name="FileTemplateManagerImpl">
@@ -89,6 +96,13 @@
89 96
       <projects_view />
90 97
     </option>
91 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 106
   <component name="ProjectFrameBounds">
93 107
     <option name="y" value="23" />
94 108
     <option name="width" value="1920" />
@@ -539,5 +553,13 @@
539 553
         </state>
540 554
       </provider>
541 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 564
   </component>
543 565
 </project>

+ 0
- 15
CR-MesoLabs-Collections-SinglyLinkedList.iml Zobrazit soubor

@@ -1,15 +0,0 @@
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>