commit c9234094cf89955c9edda9bdafc27e5bb5ffff19 Author: vnakonechnyi Date: Mon Oct 14 18:44:31 2024 -0400 Descriptive commit message 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