Add AGENTS.md files to .gitattributes for export-ignore

This ensures that AGENTS.md files (similar to CLAUDE.md) are excluded
from archive exports while remaining in the repository for development use.
This commit is contained in:
Oskar Stark
2025-09-09 06:52:31 +02:00
parent 0db2860d79
commit 0a1cf46048

1
.gitattributes vendored
View File

@@ -5,3 +5,4 @@
phpstan.dist.neon export-ignore
phpunit.xml.dist export-ignore
CLAUDE.md export-ignore
AGENTS.md export-ignore