From 990ae2bfa8ae951f7c566552a6da0bfba70c0334 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 15 Jul 2025 00:26:16 -0400 Subject: [PATCH] Add gitignore rules to exclude LLM instruction files (#35076) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Similar to how we have ignores for other tooling (eg vscode & IntelliJ) we shouldn’t include these files in our repo. If they get added then we’d have to maintain them and keep them up to date, and personally there are too many tools to do that for. --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 0791a17c71..fc2d74a33a 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,15 @@ prime/ # Manpage /man + +# Ignore AI/LLM instruction files +/.claude/ +/.cursorrules +/.cursor/ +/.goosehints +/.windsurfrules +/.github/copilot-instructions.md +/AGENT.md +/CLAUDE.md +/llms.txt +