From 527befe3f5279811737e227acb0a514efdd0be08 Mon Sep 17 00:00:00 2001 From: Vlad Shashkov Date: Thu, 5 Mar 2026 15:56:15 +0700 Subject: [PATCH 1/2] Added patches directory and patches.lock.json to .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4bf018f2b..60cec0fc0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,7 +5,10 @@ /resources/scripts/ export-ignore /runtime/ export-ignore /tests/ export-ignore +/patches/ export-ignore /*.xml export-ignore /*.xml.dist export-ignore Makefile export-ignore +patches.lock.json export-ignore + From 8b811c97258772b3fbde67ac468de3127d8fede6 Mon Sep 17 00:00:00 2001 From: Vlad Shashkov Date: Thu, 5 Mar 2026 16:00:56 +0700 Subject: [PATCH 2/2] Formatted .gitattributes --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 60cec0fc0..ff613fe9c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,4 +11,3 @@ /*.xml.dist export-ignore Makefile export-ignore patches.lock.json export-ignore -