From 777fe7372ed6469f2e218643ccc7a80f00da17dc Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 17 Feb 2026 12:37:27 +0100 Subject: Remove CLAUDE.md from version control Keep the file locally but gitignore it so project-specific Claude Code instructions are not pushed to the repository. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 285b7d5..2bef7c5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ certs/ # Claude Code local state .claude/ + +# Relevant to the project but not to be pushed +CLAUDE.md -- cgit v1.2.3