From c3e1c95f1bf31472befd0d99bd1d9a34dc4c7ad4 Mon Sep 17 00:00:00 2001 From: Sam DEPARDIEU Date: Wed, 8 Jul 2026 18:43:17 +0200 Subject: [PATCH] chore(repo): ajout du .gitignore racine et arret du suivi de node_modules/.idea Co-Authored-By: Claude Opus 4.8 --- .gitignore | 22 + .idea/.gitignore | 3 - .idea/.name | 1 - .idea/CESIZen.iml | 52 - .idea/caches/deviceStreaming.xml | 1808 ----------------- .idea/deploymentTargetSelector.xml | 11 - .idea/markdown.xml | 8 - .idea/misc.xml | 5 - .idea/modules.xml | 8 - .../Launch_All__Mobile___Wear_.xml | 7 - .idea/runConfigurations/Mobile_App.xml | 7 - .idea/runConfigurations/Wear_App.xml | 68 - .idea/vcs.xml | 6 - 13 files changed, 22 insertions(+), 1984 deletions(-) create mode 100644 .gitignore delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/CESIZen.iml delete mode 100644 .idea/caches/deviceStreaming.xml delete mode 100644 .idea/deploymentTargetSelector.xml delete mode 100644 .idea/markdown.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/runConfigurations/Launch_All__Mobile___Wear_.xml delete mode 100644 .idea/runConfigurations/Mobile_App.xml delete mode 100644 .idea/runConfigurations/Wear_App.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..84916f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Dépendances +/node_modules +**/node_modules + +# Environnement / secrets +.env +*.env.local + +# IDE +.idea/ +.vscode/ + +# Système +.DS_Store +Thumbs.db + +# Logs & temporaires +*.log +~$* + +# Runner CI (données locales) +ci/act_runner/data/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index eaf91e2..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index e698b43..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -\\192.168.1.50\cesizen\ \ No newline at end of file diff --git a/.idea/CESIZen.iml b/.idea/CESIZen.iml deleted file mode 100644 index 329019f..0000000 --- a/.idea/CESIZen.iml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml deleted file mode 100644 index f9eb024..0000000 --- a/.idea/caches/deviceStreaming.xml +++ /dev/null @@ -1,1808 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml deleted file mode 100644 index 29a1b1d..0000000 --- a/.idea/deploymentTargetSelector.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/markdown.xml b/.idea/markdown.xml deleted file mode 100644 index b1f3d01..0000000 --- a/.idea/markdown.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index c08a2df..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 9a308bc..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Launch_All__Mobile___Wear_.xml b/.idea/runConfigurations/Launch_All__Mobile___Wear_.xml deleted file mode 100644 index 5dae445..0000000 --- a/.idea/runConfigurations/Launch_All__Mobile___Wear_.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/.idea/runConfigurations/Mobile_App.xml b/.idea/runConfigurations/Mobile_App.xml deleted file mode 100644 index 50d40f8..0000000 --- a/.idea/runConfigurations/Mobile_App.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - diff --git a/.idea/runConfigurations/Wear_App.xml b/.idea/runConfigurations/Wear_App.xml deleted file mode 100644 index de53a32..0000000 --- a/.idea/runConfigurations/Wear_App.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 9661ac7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file