Add gitignore rules to exclude LLM instruction files (#35076)

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.
pull/35074/head^2
techknowlogick 2025-07-15 00:26:16 +07:00 committed by GitHub
parent 4bad298cd7
commit 990ae2bfa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

12
.gitignore vendored

@ -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