From c3b3d23b18d5bd3a35eb1d02f094b72c7788e426 Mon Sep 17 00:00:00 2001 From: Zbigniew Malcherczyk Date: Tue, 2 May 2023 16:51:28 +0200 Subject: [PATCH 1/2] Optimise exported repository by introducing .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..0cac6f75 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/.github export-ignore +/docs export-ignore +/scss export-ignore From bfe3f75099a815a3df368d50a2c6dd7f7a66c97c Mon Sep 17 00:00:00 2001 From: Zbigniew Malcherczyk Date: Sun, 7 May 2023 22:50:58 +0200 Subject: [PATCH 2/2] ignore js files export --- .gitattributes | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0cac6f75..41effefb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ -/.github export-ignore -/docs export-ignore -/scss export-ignore +/.github export-ignore +/docs export-ignore +/scss export-ignore +package.json export-ignore +package-lock.json export-ignore +yarn.lock export-ignore +README.md export-ignore