From bfe3f75099a815a3df368d50a2c6dd7f7a66c97c Mon Sep 17 00:00:00 2001 From: Zbigniew Malcherczyk Date: Sun, 7 May 2023 22:50:58 +0200 Subject: [PATCH] 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