From c40634f2a2f013cbe412abe734ba4eb1b95b14fc Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:52:50 +0100 Subject: [PATCH] chore: fix gitattributes Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 78d8a74..e006f45 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -/test/** export-ignore +/test/** linguist-detectable=false