From 1c5cc08837b1bb156e9d518bd537fbfb0dafd2fe Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sun, 14 Aug 2016 21:30:46 -0300 Subject: [PATCH] removed uncessary files --- .idea/ant.xml | 6 - .idea/artifacts/Estructuras_de_Datos.xml | 71 ----- .idea/codeStyleSettings.xml | 13 - .idea/compiler.xml | 23 -- .idea/copyright/profiles_settings.xml | 3 - .idea/description.html | 2 - .idea/dictionaries/cromer.xml | 3 - .idea/encodings.xml | 5 - .idea/gradle.xml | 7 - .idea/inspectionProfiles/Project_Default.xml | 20 -- .../inspectionProfiles/profiles_settings.xml | 7 - .idea/misc.xml | 68 ----- .idea/modules.xml | 8 - .idea/uiDesigner.xml | 125 --------- .idea/vcs.xml | 6 - Estructuras de Datos.iml | 12 - estructuras_de_datos.properties | 5 - estructuras_de_datos.xml | 251 ------------------ 18 files changed, 635 deletions(-) delete mode 100644 .idea/ant.xml delete mode 100644 .idea/artifacts/Estructuras_de_Datos.xml delete mode 100644 .idea/codeStyleSettings.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/description.html delete mode 100644 .idea/dictionaries/cromer.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/uiDesigner.xml delete mode 100644 .idea/vcs.xml delete mode 100644 Estructuras de Datos.iml delete mode 100644 estructuras_de_datos.properties delete mode 100644 estructuras_de_datos.xml diff --git a/.idea/ant.xml b/.idea/ant.xml deleted file mode 100644 index d2e8e31..0000000 --- a/.idea/ant.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/artifacts/Estructuras_de_Datos.xml b/.idea/artifacts/Estructuras_de_Datos.xml deleted file mode 100644 index b65a498..0000000 --- a/.idea/artifacts/Estructuras_de_Datos.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - $PROJECT_DIR$/out/artifacts/Estructuras_de_Datos - - - file://$PROJECT_DIR$/estructuras_de_datos.xml - all - - - - - file://$PROJECT_DIR$/estructuras_de_datos.xml - clean - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml deleted file mode 100644 index 46f91bb..0000000 --- a/.idea/codeStyleSettings.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 217af47..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/description.html b/.idea/description.html deleted file mode 100644 index cc10d56..0000000 --- a/.idea/description.html +++ /dev/null @@ -1,2 +0,0 @@ -Simple JavaFX 2.0 application that includes simple .fxml file with attached controller and Main class to quick start. Artifact to build JavaFX application is provided. - \ No newline at end of file diff --git a/.idea/dictionaries/cromer.xml b/.idea/dictionaries/cromer.xml deleted file mode 100644 index 3142add..0000000 --- a/.idea/dictionaries/cromer.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index e206d70..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 157a0c1..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index c4bff08..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 3b31283..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 63876bb..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index b9e0316..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index 3b00020..0000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Estructuras de Datos.iml b/Estructuras de Datos.iml deleted file mode 100644 index 681efa4..0000000 --- a/Estructuras de Datos.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/estructuras_de_datos.properties b/estructuras_de_datos.properties deleted file mode 100644 index 965674d..0000000 --- a/estructuras_de_datos.properties +++ /dev/null @@ -1,5 +0,0 @@ -path.variable.kotlin_bundled=/usr/share/intellij-idea-ultimate-edition/plugins/Kotlin/kotlinc -path.variable.maven_repository=/home/cromer/.m2/repository -jdk.home.1.8=/usr/lib/jvm/java-8-jdk -idea.home=/usr/share/intellij-idea-ultimate-edition -javac2.instrumentation.includeJavaRuntime=false \ No newline at end of file diff --git a/estructuras_de_datos.xml b/estructuras_de_datos.xml deleted file mode 100644 index 8c3f571..0000000 --- a/estructuras_de_datos.xml +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file