From 001df46059f71f03726ea5c547885639e62aba15 Mon Sep 17 00:00:00 2001 From: Ari Trachtenberg Date: Mon, 1 Apr 2024 22:18:38 -0400 Subject: [PATCH] Including IntelliJ metadata --- .idea/description.html | 1 - .idea/encodings.xml | 4 -- .idea/misc.xml | 11 +--- .idea/modules.xml | 2 +- .idea/project-template.xml | 3 - .idea/uiDesigner.xml | 124 ------------------------------------- .idea/vcs.xml | 3 +- hw3p1.iml => hw1p3.iml | 4 +- 8 files changed, 5 insertions(+), 147 deletions(-) delete mode 100644 .idea/description.html delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/project-template.xml delete mode 100644 .idea/uiDesigner.xml rename hw3p1.iml => hw1p3.iml (80%) diff --git a/.idea/description.html b/.idea/description.html deleted file mode 100644 index db5f129..0000000 --- a/.idea/description.html +++ /dev/null @@ -1 +0,0 @@ -Simple Java application that includes a class with main() method \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 15a15b2..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 13722d2..3d3ab27 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,15 +1,6 @@ - - - - - - + - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 187678b..ff1e575 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/.idea/project-template.xml b/.idea/project-template.xml deleted file mode 100644 index 1f08b88..0000000 --- a/.idea/project-template.xml +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index e96534f..0000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index c4a2e41..35eb1dd 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,7 +1,6 @@ - - + \ No newline at end of file diff --git a/hw3p1.iml b/hw1p3.iml similarity index 80% rename from hw3p1.iml rename to hw1p3.iml index c90834f..a891f44 100644 --- a/hw3p1.iml +++ b/hw1p3.iml @@ -1,11 +1,11 @@ - + - + \ No newline at end of file -- GitLab