From 5b065dddfc197b51cf0332964d0bbc5e737e43a0 Mon Sep 17 00:00:00 2001 From: Xarkam Date: Mon, 16 Mar 2026 12:29:19 +0100 Subject: [PATCH] =?UTF-8?q?update=20.gitignore=20pour=20le=20config.json?= =?UTF-8?q?=20=C3=A0=20ne=20pas=20avoir=20dans=20le=20d=C3=A9pot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a47c7a5..103e267 100644 --- a/.gitignore +++ b/.gitignore @@ -206,9 +206,9 @@ cython_debug/ .abstra/ # Visual Studio Code -# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore +# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore -# and can be added to the global gitignore or merged into this file. However, if you prefer, +# and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder # .vscode/ @@ -399,3 +399,4 @@ http-client.private.env.json # Github Copilot persisted session migrations, see: https://github.com/microsoft/copilot-intellij-feedback/issues/712#issuecomment-3322062215 .idea/**/copilot.data.migration.*.xml +src/config.json