From dae1851e1df04e2a0bfb1c370f078f948c3cebb2 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Tue, 23 Jun 2020 04:46:49 +0700 Subject: [PATCH] Update .gitattributes to export-ignore tests, docs, and other build files --- .gitattributes | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2045778..44b105c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,14 @@ * text=auto -/.github export-ignore -.styleci.yml export-ignore + +/.github export-ignore +/tests export-ignore +/docs export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.styleci.yml export-ignore .scrutinizer.yml export-ignore -BACKERS.md export-ignore -CONTRIBUTING.md export-ignore -CHANGELOG.md export-ignore +BACKERS.md export-ignore +CONTRIBUTING.md export-ignore +CHANGELOG.md export-ignore +nodemod.json export-ignore +phpunit.xml.dist export-ignore