From 84d56e40ad6a629b8dbff81cfe6aefc58edb4228 Mon Sep 17 00:00:00 2001 From: Gregor Date: Mon, 31 Aug 2026 11:24:13 +0200 Subject: [PATCH] add AGENTS.md to git export ignore list --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9f8ad44..696f291 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,8 +3,9 @@ tests/ export-ignore .github export-ignore .gitattributes export-ignore .gitignore export-ignore -phpcs.xml export-ignore +AGENTS.md export-ignore composer.* export-ignore +phpcs.xml export-ignore phpstan.neon export-ignore phpunit.xml export-ignore README.md export-ignore