From c9234094cf89955c9edda9bdafc27e5bb5ffff19 Mon Sep 17 00:00:00 2001 From: vnakonechnyi Date: Mon, 14 Oct 2024 18:44:31 -0400 Subject: [PATCH] Descriptive commit message --- .idea/.gitignore | 3 +++ .idea/git-practice.iml | 8 ++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ README.txt | 7 +++++++ 6 files changed, 36 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/git-practice.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 README.txt diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/git-practice.iml b/.idea/git-practice.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/git-practice.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..8788511 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..d408cf7 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..1dfe20d --- /dev/null +++ b/README.txt @@ -0,0 +1,7 @@ +This is the "Rectangular Project". As you will see this may have +been a bad choice of naming. + +This is also a file to keep Windows Zip program happy. Windows Zip +will not include an empty directory. + +Ed