From e0838c261b7ee0a6b234f5d61b7cf767936d7b45 Mon Sep 17 00:00:00 2001 From: David Adi Nugroho Date: Sat, 4 Jun 2022 09:58:35 +0700 Subject: [PATCH] Update .gitattributes (#407) --- .gitattributes | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 576f72a..b5c60fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,10 +2,13 @@ # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html # Ignore all test and documentation with "export-ignore". -/.gitattributes export-ignore -/.gitignore export-ignore -/.travis.yml export-ignore -/phpunit.xml.dist export-ignore -/.scrutinizer.yml export-ignore -/tests export-ignore -/.env export-ignore \ No newline at end of file +/.github export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/phpunit.xml.dist export-ignore +/docs export-ignore +/tests export-ignore +/.editorconfig export-ignore +/.php-cs-fixer.dist.php export-ignore +/CHANGELOG.md export-ignore +/UPGRADING.md export-ignore