From 2a34c60503e46ab66b143756ac72ffdf51e2e2bf Mon Sep 17 00:00:00 2001 From: benrady-aq <55164316+benrady-aq@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:38:16 -0500 Subject: [PATCH] Adding benrady@gmail.com to contributor list (#21) --- .idea/alogamous.iml | 8 ++++++++ .idea/inspectionProfiles/Project_Default.xml | 7 +++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ CONTRIBUTORS.md | 1 + 7 files changed, 43 insertions(+) create mode 100644 .idea/alogamous.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/alogamous.iml b/.idea/alogamous.iml new file mode 100644 index 0000000..8fe898a --- /dev/null +++ b/.idea/alogamous.iml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..b026d03 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,7 @@ + + + + diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..cc5462d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..1b6d17f --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..6306bae --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..dcb6b8c --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 7cfdb23..2f682b1 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,3 +1,4 @@ From oldest to newest contributor, we would like to thank: - [Austin Morton](https://github.com/apmorton) +- [Ben Rady](https://github.com/benrady)