From 6b29f782d3072c5668a17631f56e63166e1fb4d3 Mon Sep 17 00:00:00 2001 From: Master Date: Thu, 2 Jul 2026 09:24:14 +0200 Subject: [PATCH] chore: exclure entites_codeversioning.json du versioning Coherence avec entites_ids.json et entites_sliding.json (artefacts runtime d'IDs, specifiques a l'instance, non versionnes). Ajoute au .gitignore et desindexe (reste sur disque). --- .gitignore | 1 + entites_codeversioning.json | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 entites_codeversioning.json diff --git a/.gitignore b/.gitignore index 051f276..568a7d3 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ mon-depot/ # Fichiers d'IDs runtime (générés, non sensibles mais spécifiques à l'instance) entites_ids.json entites_sliding.json +entites_codeversioning.json diff --git a/entites_codeversioning.json b/entites_codeversioning.json deleted file mode 100644 index 0ab2fb4..0000000 --- a/entites_codeversioning.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "Forgejo": "ArTsdwSCqXod", - "Docker": "fLQXL4Tyz7gg", - "GrosseBertha": "PEll7MT00sL9" -} \ No newline at end of file