From b534d6369f288fef65b115681e0fafb63fe07f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Manciot?= Date: Thu, 25 Jun 2026 15:05:22 +0200 Subject: [PATCH] chore: gitignore blogs/ and linkedin/ (local-only marketing drafts) Blog posts and LinkedIn snippets/assets are local-only working material and must never be committed to this public repo. release-r1 ignored neither, which allowed a dev run to accidentally commit them. Adds both (blogs/ already ignored on main). Co-Authored-By: Claude Opus 4.8 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4af03106..9acc8f56 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,6 @@ testkit/target* *.sc _bmad* docker/data -.claude \ No newline at end of file +.claude +blogs/ +linkedin/ \ No newline at end of file