From 1f9532b286e990135120d25fc8e483791f0f1078 Mon Sep 17 00:00:00 2001 From: Richard Dern Date: Sun, 5 Apr 2026 16:10:44 +0200 Subject: [PATCH] =?UTF-8?q?S=C3=A9paration=20des=20environnements=20de=20d?= =?UTF-8?q?=C3=A9veloppement=20et=20de=20production?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6e7f702b..1f04beaa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ node_modules .hugo_build.lock resources/ public/ +public-test/ .DS_Store tools/cache/ static/_generated @@ -14,4 +15,4 @@ __pycache__ .codex drafts .cache -data/external_links.yaml \ No newline at end of file +data/external_links.yaml