From e96e0604f5604267022179ed1da3defade02422e Mon Sep 17 00:00:00 2001 From: Toto <2387514+totoprayogo1916@users.noreply.github.com> Date: Thu, 2 Nov 2023 15:49:16 +0700 Subject: [PATCH] Update .gitattributes --- .gitattributes | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index e9328f3..aec08f4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,10 @@ -/.github export-ignore -/examples export-ignore -/tests export-ignore -/index.php export-ignore -/phpunit.xml export-ignore -/composer.lock export-ignore -/docs export-ignore -/docs-root export-ignore \ No newline at end of file +/.github export-ignore +/docs export-ignore +/examples export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/CODE_OF_CONDUCT.md export-ignore +/composer.lock export-ignore +/index.php export-ignore +/phpunit.xml export-ignore