From 67195d4ffc560cec18ec73557773089c9f079d04 Mon Sep 17 00:00:00 2001 From: Michael Dyrynda Date: Mon, 18 Oct 2021 09:28:00 +1030 Subject: [PATCH] add paths and folders to be export-ignored to .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index 623abe8..20bbeab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,3 +10,10 @@ *.html text *.txt text *.svg text + +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/sample-fonts export-ignore +/tests export-ignore