From 4d7c70e16c295916312656c5a0ddfe5d3e151009 Mon Sep 17 00:00:00 2001 From: Noe GARNIER Date: Thu, 10 Nov 2022 10:01:50 +0100 Subject: [PATCH] Class Controller.php + JoueurGateway.php + Traitement.php + ajout de l'inscription --- .idea/.gitignore | 8 ++++++++ .idea/Scripted.iml | 8 ++++++++ .idea/deployment.xml | 14 ++++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/php.xml | 6 ++++++ .idea/vcs.xml | 6 ++++++ 7 files changed, 57 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/Scripted.iml create mode 100644 .idea/deployment.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..73f69e09 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/Scripted.iml b/.idea/Scripted.iml new file mode 100644 index 00000000..c956989b --- /dev/null +++ b/.idea/Scripted.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 00000000..5cb703ee --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..be4b2867 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..6200ce1b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 00000000..97a38d70 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file