From 239b128c22a9d5d3e2992021eddd0ddbfeac94d8 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Thu, 24 Apr 2025 13:32:13 +0700 Subject: [PATCH 1/2] feat(git): add .gitattributes with export ignore to decrease size of the distribution by 15.74 KB --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..646ba79 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/docs export-ignore +/CHANGELOG.md export-ignore From 186ca4fac93d1b4b55111e35a303311ae126ba5b Mon Sep 17 00:00:00 2001 From: Mikhail Date: Thu, 24 Apr 2025 18:08:04 +0700 Subject: [PATCH 2/2] feat(git): remove CHANGELOG.md from export ignore --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 646ba79..31a6a02 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ /docs export-ignore -/CHANGELOG.md export-ignore