diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..97194fb --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,19 @@ + + + + \ 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/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04_[Changes]/shelved.patch b/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04_[Changes]/shelved.patch new file mode 100644 index 0000000..d6d279c --- /dev/null +++ b/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04_[Changes]/shelved.patch @@ -0,0 +1,30 @@ +Index: deploy.sh +=================================================================== +diff --git a/deploy.sh b/deploy.sh +--- a/deploy.sh (revision bfde6420bf1360fedfdcb6c2a4ae08d5176e1475) ++++ b/deploy.sh (date 1744356351134) +@@ -1,0 +1,23 @@ ++#!/bin/bash ++ ++# Script de déploiement - Michel - domo91 ++ ++echo "🔁 Passage de la branche develop vers product" ++ ++# Sécurité : commite d'abord le travail en cours ++git add . ++git commit -m "💾 Sauvegarde auto avant passage en prod" || echo "Rien à commit" ++ ++# Passage sur la branche product ++git checkout product ++ ++# Fusion de develop vers product ++git merge develop --no-ff -m "🚀 Déploiement depuis develop vers product" ++ ++# Push de la branche product ++git push ++ ++# Retour sur develop ++git checkout develop ++ ++echo "✅ Déploiement terminé !" +\ No newline at end of file diff --git a/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04_[Changes]1/shelved.patch b/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04_[Changes]1/shelved.patch new file mode 100644 index 0000000..e69de29 diff --git a/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04__Changes_.xml b/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04__Changes_.xml new file mode 100644 index 0000000..189a940 --- /dev/null +++ b/.idea/shelf/Uncommitted_changes_before_Checkout_at_11_04_2025_13_04__Changes_.xml @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]/shelved.patch b/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]/shelved.patch new file mode 100644 index 0000000..e69de29 diff --git a/.idea/shelf/Uncommitted_changes_before_rebase__Changes_.xml b/.idea/shelf/Uncommitted_changes_before_rebase__Changes_.xml new file mode 100644 index 0000000..fbd5051 --- /dev/null +++ b/.idea/shelf/Uncommitted_changes_before_rebase__Changes_.xml @@ -0,0 +1,7 @@ + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..4e23b45 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + { + "associatedIndex": 5 +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C:\Users\miche\AppData\Roaming\Subversion + + + + + 1728656456324 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file