From afd127825702e7c04a59473c9a74e2175fd7cb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Tue, 5 May 2026 08:20:23 +0200 Subject: [PATCH] Update `.gitattributes` to ignore `.gitmodules` --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 3b77ee48..dfe174ea 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,7 @@ /.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore +/.gitmodules export-ignore /.php-cs-fixer.php export-ignore /composer.lock export-ignore /phpstan.neon export-ignore