0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-19 17:10:56 +02:00

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.
This commit is contained in:
techknowlogick 2025-07-15 00:26:16 -04:00 committed by GitHub
parent 4bad298cd7
commit 990ae2bfa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
.gitignore vendored
View File

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