From bd115fcbc015a8e373a1488544fb7f4a9cf9186f Mon Sep 17 00:00:00 2001 From: Netkas Date: Wed, 14 Dec 2022 19:17:21 -0500 Subject: [PATCH] Added .idea project files Added .gitignore file Deleted LogLib.php --- .idea/.gitignore | 8 ++ .idea/inspectionProfiles/Project_Default.xml | 26 ++++ .idea/loglib.iml | 12 ++ .idea/modules.xml | 8 ++ .idea/php-test-framework.xml | 14 ++ .idea/php.xml | 127 +++++++++++++++++++ .idea/vcs.xml | 6 + src/LogLib/LogLib.php | 8 -- 8 files changed, 201 insertions(+), 8 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/loglib.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/php-test-framework.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml delete mode 100644 src/LogLib/LogLib.php diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..ea8af9c --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,26 @@ + + + + \ No newline at end of file diff --git a/.idea/loglib.iml b/.idea/loglib.iml new file mode 100644 index 0000000..24c8dff --- /dev/null +++ b/.idea/loglib.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..9f04e0e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php-test-framework.xml b/.idea/php-test-framework.xml new file mode 100644 index 0000000..6422f53 --- /dev/null +++ b/.idea/php-test-framework.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..0ec301f --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/LogLib/LogLib.php b/src/LogLib/LogLib.php deleted file mode 100644 index a1eb66c..0000000 --- a/src/LogLib/LogLib.php +++ /dev/null @@ -1,8 +0,0 @@ -