From 30b76cd6d46b624bdea067ea761baced25fb0511 Mon Sep 17 00:00:00 2001 From: florent-leborgne Date: Wed, 26 Nov 2025 16:46:18 +0100 Subject: [PATCH] Update .gitignore to ignore most instruction files Ignore more things --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 102aa91b50..90450abf1a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,10 +9,10 @@ # Add LLM/AI related files AGENTS.md .github/copilot-instructions.md -.github/instructions/**.instructions.md +.github/instructions CLAUDE.md GEMINI.md .cursor # VS code settings -.vscode \ No newline at end of file +.vscode