From 2692613f095aba3d40e23a572c1ccae4254a8eb9 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Mon, 24 Aug 2026 10:58:51 +0100 Subject: [PATCH] chore: ignore hod --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7024fefb..98cfdec4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,12 +3,15 @@ /tests export-ignore /scripts export-ignore /.github export-ignore +/.hod export-ignore .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore /phpstan.neon export-ignore /phpunit.xml export-ignore /CHANGELOG.md export-ignore +/AGENTS.md export-ignore +/CLAUDE.md export-ignore /CONTRIBUTING.md export-ignore /docker-compose.yml export-ignore /Makefile export-ignore